Jeff Donahue
aee5f54661
fix net_speed_benchmark so 'make all' works
2014-03-19 12:37:31 -07:00
Jeff Donahue
748aaff59c
change specification of forward/backward function and fix layer
...
definitions appropriately
2014-03-19 12:37:31 -07:00
Evan Shelhamer
32ee91c204
Merge pull request #221 from jamt9000/fix-dump-network
...
Fix dump network
2014-03-19 12:31:39 -07:00
Evan Shelhamer
ee0b50a083
Merge pull request #242 from kloudkl/script
...
Fix shell scripts: current dir, wget output, and naming conventions
2014-03-19 12:31:38 -07:00
Kai Li
2ac5785561
File naming convention requires that two words be split by a underscore
2014-03-19 12:31:38 -07:00
Kai Li
d096d71c97
Wget should never be quiet
2014-03-19 12:31:38 -07:00
Kai Li
b5803c627a
Fix shell script current dir bad substition errors
2014-03-19 12:31:38 -07:00
Kai Li
72c8c9eb09
Explain how to get the mean image of ILSVRC
2014-03-19 23:57:39 +08:00
Kai Li
c7201f7518
Change generate file list python script path in feature extraction doc
2014-03-19 23:52:26 +08:00
Kai Li
44ebe29015
Removing feature binarization and image retrieval examples
2014-03-19 23:08:51 +08:00
Kai Li
a967cf5d29
Move binarize_features, retrieve_images to examples/feauture_extraction
2014-03-19 23:04:42 +08:00
Kai Li
a2ad3c73e0
Add documentation for the feature extraction demo
2014-03-19 23:04:42 +08:00
Kai Li
25b6bcc420
Add a python script to generate a list of all the files in a directory
2014-03-19 23:04:42 +08:00
Kai Li
6a60795aec
Don't create a new batch after all the feature vectors have been saved
2014-03-19 23:04:42 +08:00
Kai Li
5bcdebdafb
Fix cpplint errors for Net, its tests and feature related 3 examples
2014-03-19 23:04:42 +08:00
Kai Li
8e7153b4db
Use lowercase underscore naming convention for Net blob & layer getters
2014-03-19 23:04:42 +08:00
Kai Li
c60d551781
Move extract_features, binarize_features, retrieve_images to tools/
2014-03-19 23:04:42 +08:00
Kai Li
f97e87bbcf
Save and load data correctly in feat extracion, binarization and IR demo
2014-03-19 23:04:42 +08:00
Kai Li
706a926daf
Change feature binarization threshold to be the mean of all the values
...
rather than zero in the feature binarization example
2014-03-19 23:04:42 +08:00
Kai Li
dd13fa07ca
Fix saving real valued feature bug in the feature extraction example
2014-03-19 23:04:42 +08:00
Kai Li
23eecde6b7
Fix bugs in the image retrieval example
2014-03-19 23:04:42 +08:00
Kai Li
cfb2f915b9
Fix bugs of the feature binarization example
2014-03-19 23:04:42 +08:00
Kai Li
01bb481702
Enhance help, log message & format of the feature extraction example
2014-03-19 23:04:42 +08:00
Kai Li
dfe63805e9
Fix bugs in the feature extraction example
2014-03-19 23:04:42 +08:00
Kai Li
4de8280c1e
Add __builtin_popcount* based fast Hamming distance math function
2014-03-19 23:04:41 +08:00
Kai Li
fc740a3e7e
Simplify image retrieval example to use binary features directly
2014-03-19 23:04:41 +08:00
Kai Li
b7b9dd856e
Add feature binarization example
2014-03-19 23:04:41 +08:00
Kai Li
f0336e1010
Add feature extraction example
2014-03-19 23:04:41 +08:00
Kai Li
e76f7dc00c
Add image retrieval example
2014-03-19 23:04:41 +08:00
Kai Li
760d098602
Add and test Net::HasLayer and GetLayerByName
2014-03-19 23:04:41 +08:00
Kai Li
cd953c8245
Add and test Net::HasBlob and GetBlob to simplify feature extraction
...
Inspired by @kencoken's commit f36e715
f36e715694
Related issues:
2014-03-19 23:04:41 +08:00
James Thewlis
28d27ee908
Remove cudaSetDevice(1)
...
So it works when there is only one GPU
2014-03-19 14:55:44 +00:00
Evan Shelhamer
ade96f1dad
Merge pull request #231 from BVLC/next
...
0.99 release
2014-03-19 00:10:40 -07:00
Evan Shelhamer
faccb9a2fb
arrange example images, update paths, bring back imagenet_pretrained
2014-03-18 23:58:28 -07:00
Jeff Donahue
c1939767f3
Merge pull request #236 from jeffdonahue/test-all-bin-makefile-deps
...
Add libcaffe.a to dependencies for TEST_ALL_BIN
2014-03-18 18:42:27 -07:00
Jeff Donahue
9251ae7fb4
also fix for runtest
2014-03-18 18:37:39 -07:00
Jeff Donahue
60883953b6
add libcaffe.a to TEST_ALL_BIN dependencies in Makefile
2014-03-18 18:37:39 -07:00
Jeff Donahue
26e53d810e
Merge pull request #240 from jeffdonahue/rm-cuda-kernel-loop-comments
...
Fix minor issues related to CUDA_KERNEL_LOOP -- merging myself as I'm only adding/removing comments other than the addition of CUDA_KERNEL_LOOP to PaddingLayer (and checked that this passes all tests).
2014-03-18 18:36:56 -07:00
Jeff Donahue
77e07b5324
use CUDA_KERNEL_LOOP in padding layer
2014-03-18 18:21:41 -07:00
Jeff Donahue
7666873800
fix remaining lint errors
2014-03-18 18:21:41 -07:00
Jeff Donahue
5f4e38fd88
fix remaining issues related to CUDA_KERNEL_LOOP
2014-03-18 18:21:41 -07:00
Jeff Donahue
dafbba7a5a
Merge pull request #239 from jeffdonahue/fix-kernel-loop-macro
...
Fix CUDA_KERNEL_LOOP from @blackball
2014-03-18 17:13:34 -07:00
Jeff Donahue
9049c8f26c
fix kernel loop bugs, compiles and passes all tests
2014-03-18 17:07:52 -07:00
blackball
6372622c6c
addd CUDA_KERNEL_LOOP macro
2014-03-18 17:07:52 -07:00
Evan Shelhamer
8ce9236af4
lint, except for rand/rand_r
2014-03-18 15:45:42 -07:00
Evan Shelhamer
d124b8ffe8
drop models/ in favor of examples/
...
Move the Caffe reference imagenet model and script to fetch it to
examples/imagenet.
Caffe bundles reference models, but it makes more sense to keep them
close to examples.
2014-03-18 14:03:05 -07:00
Evan Shelhamer
c5ab83781f
fix README links to presentation and development section
2014-03-18 13:55:57 -07:00
Sergey Karayev
0c6d0630c2
build_docs script
2014-03-18 13:16:31 -07:00
Evan Shelhamer
8ee1142236
groom docs, move Caffe presentation to dropbox
2014-03-18 12:53:12 -07:00
Evan Shelhamer
8ee753de68
Merge pull request #234 from sergeyk/updating_docs
...
removing notebooks in docs, updating instructions
2014-03-18 12:26:49 -07:00