Jeff Donahue
|
abf44a6174
|
matcaffe fixes
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
48994cf0dd
|
fix test bugs and minor cleanup
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
39ca2def35
|
cleanup python build and clean
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
db26e5a8f3
|
compile test bins directly into build/test
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
209b4c82ee
|
add test header dependency and fix mat targets
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
a034d62958
|
minor cleanup
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
9f14265cfd
|
libcaffe.* in build/lib/
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
195ba81b88
|
everything prints a blank line after compiling
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
fd09cb3641
|
lots of corrections to dependencies etc., things seem to mostly build
coherently now
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
060c5f1ad6
|
messed around with Makefile - currently in very messy state
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
5d9040a3d8
|
cleanup superclean output
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
e29838ddf1
|
put proto-generated .cc and .h files in build directory
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
a750a31c5e
|
create softlink to test directory at build/test
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
3abb10e910
|
create superclean Makefile target to delete all files with generated
extensions
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
654d8114ed
|
put TEST_GPUID in Makefile.config
|
2014-04-02 10:58:49 -07:00 |
Jeff Donahue
|
9b09f59b9b
|
Merge pull request #223 from sguada/improved_matcaffe
Improved matcaffe
|
2014-04-02 10:50:59 -07:00 |
Jeff Donahue
|
531ac6adaa
|
Merge pull request #278 from kloudkl/log_error_string_in_check_macro
Log error strings in the error/status checking macros
|
2014-04-02 10:39:10 -07:00 |
Evan Shelhamer
|
4b9e975174
|
Merge pull request #283 from jeffdonahue/boost-rand-seed
Seed Boost RNG with cluster_seedgen by default
|
2014-04-01 17:28:41 -07:00 |
Jeff Donahue
|
1e571c37ec
|
seed boost rng with cluster_seedgen by default
|
2014-04-01 16:49:34 -07:00 |
Kai Li
|
56ed1f84a2
|
Add a space before the error string
|
2014-04-01 10:30:40 +08:00 |
Kai Li
|
d21632281c
|
Fix cpplint errors
|
2014-04-01 10:28:08 +08:00 |
Kai Li
|
14fe30cc09
|
Add curandGetErrorString and use it to redefine CURAND_CHECK
|
2014-04-01 10:27:13 +08:00 |
Kai Li
|
aa4139b34e
|
Add caffe::cublasGetErrorString and redefine CUBLAS_CHECK with it
|
2014-04-01 10:25:40 +08:00 |
Kai Li
|
a186dc49f4
|
Define CUDA_POST_KERNEL_CHECK with CUDA_CHECK
|
2014-04-01 10:24:46 +08:00 |
Kai Li
|
eeaa38fb4d
|
Log error string rather than enum value in CUDA_CHECK
|
2014-04-01 10:23:51 +08:00 |
Sergio Guadarrama
|
503634da5e
|
Removed empty space, verified lint
|
2014-03-31 15:57:48 -07:00 |
Sergio Guadarrama
|
5e79c95eac
|
Added default values to matcaffe_batch for testing
|
2014-03-31 15:55:33 -07:00 |
Sergio Guadarrama
|
38e3d7ff3a
|
Added matcaffe_init to easy reuse of caffe initialization
|
2014-03-31 15:47:36 -07:00 |
Sergio Guadarrama
|
3b7e148863
|
Removed fillers from imagenet_deploy
|
2014-03-31 14:45:29 -07:00 |
Sergio Guadarrama
|
5c35b55bf4
|
Created reset command and changed END to NULL again
|
2014-03-31 14:42:27 -07:00 |
sguada
|
e3daae6fb1
|
Added prints to matcaffe_demo stages
|
2014-03-31 14:42:27 -07:00 |
Sergio Guadarrama
|
372fadde6d
|
Cleaned matcaffe.cpp to pass lint
|
2014-03-31 14:42:24 -07:00 |
Sergio Guadarrama
|
8f0580b836
|
Changed matcaffe_demo to return maxlabel
|
2014-03-31 14:40:38 -07:00 |
Sergio Guadarrama
|
c8249e7f88
|
Changed Copyright to BVLC
|
2014-03-31 14:39:16 -07:00 |
Sergio Guadarrama
|
0edff71a01
|
Resolved merge conflicts
|
2014-03-31 14:37:58 -07:00 |
Jeff Donahue
|
6ebf2f1ffa
|
Merge pull request #275 from kloudkl/fix_kernel_for_loop_in_macro
Fix kernel for loop in macro
|
2014-03-29 13:46:04 -07:00 |
Kai Li
|
51f273be1a
|
Use CUDA_KERNEL_LOOP in the macro DEFINE_AND_INSTANTIATE_GPU_UNARY_FUNC
|
2014-03-30 04:37:53 +08:00 |
Evan Shelhamer
|
8f468cae85
|
Merge pull request #272 from kloudkl/gpu_hamming_distance
Implement GPU Hamming distance math function
|
2014-03-29 12:57:47 -07:00 |
Evan Shelhamer
|
487dbc8922
|
Merge pull request #271 from jeffdonahue/lint-bvlc-copyright
lint check for BVLC Copyright
|
2014-03-29 12:19:30 -07:00 |
Kai Li
|
aea8b78077
|
Implement and test gpu hamming distance
|
2014-03-29 21:36:13 +08:00 |
Kai Li
|
db7ea5e2fb
|
Rename caffe_hamming_distance into caffe_cpu_hamming_distance
|
2014-03-29 20:20:58 +08:00 |
Jeff Donahue
|
2f2f9c7cf4
|
make lint check for 'Copyright [year] BVLC and contributors.'
|
2014-03-28 23:10:01 -07:00 |
Jeff Donahue
|
06f7d460f4
|
compile the copyright regex
|
2014-03-28 21:54:58 -07:00 |
Evan Shelhamer
|
06bef17d23
|
Merge pull request #219 from jeffdonahue/refactor-layerparam-proto
Refactor LayerParameter into per-layer Parameter messages and add tools for seamless proto upgrade.
|
2014-03-28 00:49:18 -07:00 |
Jeff Donahue
|
d821cafc59
|
rename test_innerproduct_layer to test_inner_product_layer
|
2014-03-28 00:21:26 -07:00 |
Jeff Donahue
|
9f9215933d
|
move ReadNetParamsFrom{Text,Binary}File into util
|
2014-03-27 23:42:29 -07:00 |
Jeff Donahue
|
48e2e8ea52
|
add NetParameterPrettyPrint so that upgrade tool prints inputs before
layers
|
2014-03-27 23:42:29 -07:00 |
Jeff Donahue
|
e20c43abc1
|
update docs (and a couple comments) for refactored layerparam
|
2014-03-27 23:42:29 -07:00 |
Jeff Donahue
|
56ce56266c
|
fix upgrade_net_proto names
|
2014-03-27 23:42:29 -07:00 |
Jeff Donahue
|
12d88d52a7
|
minor cleanup
|
2014-03-27 23:42:29 -07:00 |