Yangqing Jia
8c96ac2e87
lenet.prototxt loss layer rename
2013-12-03 10:53:29 -08:00
Yangqing Jia
91dc83e0bf
mnist train script
2013-12-03 10:05:19 -08:00
Yangqing Jia
ca3e042863
Several changes:
...
changed the paths for the mnist demo
removed unused fields in SolverParameter
added solver_mode to specify CPU/GPU solving
accordingly, removed the set mode code in the examples code
removed examples/test_read_imagenet since it is trivial
removed get_cifar script since no cifar demo exists.
2013-12-02 15:44:43 -08:00
Yangqing Jia
524e0956ef
get_mnist.sh: changed the script to generate leveldb as well.
2013-12-02 15:19:37 -08:00
Yangqing Jia
67e2c9d94f
convert script: spacing
2013-12-01 16:38:24 -08:00
Yangqing Jia
eb38091b4e
Merge pull request #7 from jeffdonahue/headers
...
modify makefile to recompile on changes to header files
2013-11-28 14:51:16 -08:00
Jeff Donahue
ae9ed2afae
modify makefile to recompile on changes to header files
2013-11-28 13:57:09 -08:00
Yangqing Jia
c0ba41c4e1
Update README.md
2013-11-28 10:42:30 -08:00
Yangqing Jia
bff8fb889c
Merge pull request #6 from jeffdonahue/flatten
...
add flatten layer
2013-11-27 21:39:08 -08:00
Jeff Donahue
a2bac02bf4
add flatten layer
2013-11-27 21:29:05 -08:00
Yangqing Jia
2786cf72da
net.cpp: LOG to DLOG
2013-11-27 20:54:21 -08:00
Yangqing Jia
293378c473
io.cpp: changed back CV_LOAD_IMAGE_COLOR for earlier versions of opencv
2013-11-27 20:54:01 -08:00
Yangqing Jia
8ab955ecfc
Update io.cpp
2013-11-27 17:00:00 -08:00
Yangqing Jia
4b203940e4
git ignore
2013-11-26 13:16:12 -08:00
Yangqing Jia
2cf5431785
net speed benchmark: set device 0
2013-11-26 10:59:06 -08:00
Yangqing Jia
49c5345707
removed the -Wl flag which was an earlier experimental try
2013-11-26 09:49:29 -08:00
Yangqing Jia
313a8621b1
makefile update
2013-11-26 09:47:26 -08:00
Yangqing Jia
720eba028c
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-24 22:13:38 -08:00
Yangqing Jia
c632b4f6ce
makefile: add both lib and lib64 to the cuda library path.
2013-11-24 22:13:34 -08:00
Yangqing Jia
38ece83b5f
makefile: added a MATLAB_DIR variable. pycaffe and matcaffe will not be compiled in default unless one calls make pycaffe or make matcaffe explicitly.
2013-11-23 09:37:27 -08:00
Ross Girshick
3f57281121
update Makefile and add some more docs
2013-11-22 14:16:58 -08:00
Ross Girshick
41617345db
Merge remote-tracking branch 'origin/master'
2013-11-22 14:03:55 -08:00
Ross Girshick
f785ff2137
cleanup and include ILSVRC mean image
2013-11-22 14:03:36 -08:00
Ross Girshick
89dedbaf32
first pass at matlab wrapper (somewhat messy still)
2013-11-22 13:16:23 -08:00
Yangqing Jia
2b981cf3dc
fix Makefile problem
2013-11-21 17:00:57 -08:00
Ross Girshick
bcba5961a1
fixed minor typo in imagenet wrapper
2013-11-21 15:45:04 -08:00
Yangqing Jia
aee9aa9b2e
cleaned makefile a little bit
2013-11-21 13:31:18 -08:00
Yangqing Jia
a5b77bf229
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-21 11:19:12 -08:00
Yangqing Jia
04f5224cc2
remove remaining distributed solver stuff
2013-11-21 11:18:34 -08:00
Yangqing Jia
7c6835d9f7
remove caffe header for distributed solver
2013-11-21 11:16:08 -08:00
Yangqing Jia
3385a1452a
removed the unsuccessful distributed solver code
2013-11-21 11:11:46 -08:00
Yangqing Jia
2a381e0b2f
fix pycaffe dependency
2013-11-19 15:05:39 -08:00
Yangqing Jia
95413ff5ab
fixed the missing CV flag
2013-11-19 14:37:19 -08:00
Yangqing Jia
244acf94bc
makefile: not compile test in default
2013-11-19 14:31:42 -08:00
Yangqing Jia
3b25abce88
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-19 14:03:56 -08:00
Yangqing Jia
d221841c0a
makefile: fixed the nvcc path
2013-11-19 13:39:20 -08:00
Yangqing Jia
391cccfa6e
io.cpp: changed the imread flag to cv::IMREAD_COLOR
2013-11-19 13:37:28 -08:00
Yangqing Jia
db5fb24356
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-19 11:06:12 -08:00
Yangqing Jia
46a431ac74
added explanation notes to syncedmem
2013-11-19 09:08:31 -08:00
Yangqing Jia
e08801e728
imagenet_solver.prototxt: added back the missing test line, not sure when it slipped off the repo
2013-11-19 08:51:43 -08:00
Yangqing Jia
4dae5e8fb7
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-18 16:06:37 -08:00
Yangqing Jia
91254090bd
imagenet deploy prototxt: instead of having a data layer, this network proto takes an external blob called data. The shape is hardcoded to accompany the imagenet python wrapper at python/caffe/imagenet/wrapper.py. You need to change the shape if you intend to use other shapes.
2013-11-18 16:06:33 -08:00
Jeff Donahue
3b187e0f6c
print status message on error opening leveldb
2013-11-17 14:39:42 -08:00
Jeff Donahue
734a3fda0d
Merge branch 'master', remote-tracking branch 'origin'
2013-11-17 13:45:22 -08:00
Yangqing Jia
01686065c6
removed the StillFresh function that was used to make sure training does not happen with an earlier version of code.
2013-11-16 18:41:28 -08:00
Yangqing Jia
e24b1dd22b
Made a major change: when initializing a network, the input size are no longer provided by an additional vector of blobs, but should be specified in the netparameters proto by the field "input_dim". This avoid the often awkward code of creating a dummy input vector just for the sake of initializing the network.
2013-11-15 16:58:53 -08:00
Yangqing Jia
f54e9779ef
wrapper update
2013-11-15 08:02:48 -08:00
Yangqing Jia
6def792e66
finetune code
2013-11-14 21:12:23 -08:00
Yangqing Jia
fa7b43062b
pycaffe: added a temporary numpy 1.6 compile solution
2013-11-14 14:51:27 -08:00
Yangqing Jia
a5f2611988
misc update
2013-11-14 14:33:24 -08:00