Граф коммитов

766 Коммитов

Автор SHA1 Сообщение Дата
Sergey Karayev b77e5d4902 minor fixes suggested by evan 2014-03-18 11:59:34 -07:00
Sergey Karayev 34e04cf7a9 removing notebooks in docs, updating instructions 2014-03-18 11:17:51 -07:00
Sergey Karayev bc37a0f4a1 minor fix to caffe model DL script 2014-03-18 09:18:03 -07:00
Sergey Karayev 20f3dc75e6 Merge pull request #230 from kloudkl/get_model_script
Improve caffe reference imagenet model downloader
2014-03-18 09:14:27 -07:00
James Thewlis 0f9a28dace Set phase to TRAIN when performing backward pass 2014-03-18 09:28:09 +00:00
Evan Shelhamer 7ccaae0d83 Merge pull request #229 from kloudkl/minor_change
Display total num of processed files after computing image mean
2014-03-18 02:09:00 -07:00
Kai Li 41a126d990 Add support for md5 checksum on OS X 2014-03-18 16:12:35 +08:00
Kai Li 9b9eb7af01 Avoid repeatedly downloading caffe reference imagenet model 2014-03-18 16:01:56 +08:00
Kai Li 53f1ef3af2 Display total num of processed files after computing image mean 2014-03-18 15:54:37 +08:00
Evan Shelhamer e0e411046b minor mnist example update 2014-03-18 00:23:29 -07:00
Evan Shelhamer ffcdb035a0 link draft CIFAR-10 example 2014-03-18 00:21:01 -07:00
Evan Shelhamer ce7b3758cd sort layer factory's list alphabetically 2014-03-17 23:30:10 -07:00
Evan Shelhamer 3537728bac fix style bugs in new layers' proto fields 2014-03-17 23:29:54 -07:00
Evan Shelhamer 1147318063 Back-merge documentation and historical PRs to master 2014-03-17 23:24:54 -07:00
Evan Shelhamer 12783d07bf proofreading 2014-03-17 23:14:07 -07:00
Evan Shelhamer 974215d982 Merge pull request #226 from longjon/imagenet-vis
Layer-by-layer visualization example
2014-03-17 23:11:45 -07:00
Evan Shelhamer da3c9972bf Draft CIFAR-10 doc and cleanup example
This is a work-in-progress. A full tutorial should be written up at
some point.
2014-03-17 23:10:45 -07:00
Evan Shelhamer 7936385a34 Merge pull request #228 from longjon/pycaffe-exceptions
Raise Python exception if input files don't exist for better interactivity
2014-03-17 23:09:30 -07:00
Jonathan L Long 895cd777e5 Raise Python exceptions if CaffeNet input files don't exist
This is for convenience only; if the input files are moved or deleted at
the wrong time, pycaffe could still crash (as it did before). However,
in most cases this will make interactive use easier.
2014-03-17 22:59:02 -07:00
Jonathan L Long 82c38b25cc Add comment explaining placement of system headers in C++ Python module 2014-03-17 22:59:01 -07:00
longjon 8a595a98f0 Merge pull request #227 from shelhamer/padding-deprecation
Bring back padding layer to ease release upgrade
2014-03-17 22:35:32 -07:00
Jonathan L Long 9de468220e Add the feature and filter visualization example (Lena) to docs 2014-03-17 21:57:53 -07:00
Jonathan L Long 708181affc Add ImageNet Lena filter visualization example 2014-03-17 21:56:50 -07:00
Evan Shelhamer 76c077b10e style: line continuation spacing 2014-03-17 21:32:48 -07:00
Evan Shelhamer 73db43c48a bring back padding test and lint it 2014-03-17 21:32:48 -07:00
Evan Shelhamer 7dd03b3d09 bring back padding layer with deprecation notice
- bring back padding layer
- split into cpp, cu
- add deprecation notice
2014-03-17 21:32:48 -07:00
Sergio Guadarrama 33acedb0bf Merge pull request #203 from sergeyk/hdf5_data
HDF5DataLayer source now takes list of filenames, loads one at a time.
2014-03-17 18:15:14 -07:00
Evan Shelhamer f890a18b49 Merge pull request #199 from longjon/pycaffe-ordereddict
Update Python interface, using OrderedDict for blobs and layers to expose activations, params, and diffs.
2014-03-17 17:07:36 -07:00
Jonathan L Long 51d27d14e3 Move semicolon to appease lint 2014-03-17 16:46:47 -07:00
Sergey Karayev 114773f60d minor 2014-03-17 16:10:38 -07:00
Sergey Karayev e6055c167c Lint errors fixed, except still using stream. 2014-03-17 16:07:39 -07:00
Evan Shelhamer 7eeae76f73 Merge pull request #222 from jeffdonahue/test-all-bin-gpuid
make runtest with TEST_ALL_BIN obey TEST_GPUID
2014-03-17 14:13:24 -07:00
Sergey Karayev f7160844e2 Making HDF5 blob data non-mutable for copy (minor) 2014-03-17 14:05:32 -07:00
Jeff Donahue 3c19256bf1 make runtest with TEST_ALL_BIN obey TEST_GPUID 2014-03-17 14:03:19 -07:00
James Thewlis 3345aa409a Fix wrong argv check for whether a backward pass should be done 2014-03-17 20:50:41 +00:00
James Thewlis 67f6910fc7 Prevent blob from being freed at end of if statement scope
Was causing nonsense data to be read, tripping the blob size
check in Blob::CopyFrom
2014-03-17 20:48:37 +00:00
Evan Shelhamer 0eb1930063 relax timing checks for commodity GPUs 2014-03-17 13:48:06 -07:00
Evan Shelhamer 1818f81a6f Merge pull request #179 from erictzeng/test_all
Run all tests jointly in a single binary and summarize failures at the end.
2014-03-17 13:20:42 -07:00
Eric Tzeng f6780f982a Fix a test assuming CPU mode without explicitly setting it. 2014-03-17 13:04:10 -07:00
Sergey Karayev 5669f61927 HDF5 data now loaded into Blobs; cleaner interface 2014-03-17 12:19:44 -07:00
Sergey Karayev 3f9fa490fb readme.md updated with more info about development 2014-03-17 10:43:28 -07:00
Sergey Karayev 1fce1c424d HDF5DataLayer source is now a list of filenames 2014-03-16 19:55:59 -07:00
Sergey Karayev 6ec66f33fc DRYing and documenting HDF5 loading code. 2014-03-16 19:23:00 -07:00
Sergey Karayev 13d156d282 Merge pull request #217 from tdomhan/multidhdf5
support for more than 2 dimensions in hdf5 files
2014-03-16 17:50:09 -07:00
Tobias Domhan 585000bbcb support for more than 2 dimensions in hdf5 files 2014-03-16 12:50:30 +01:00
Jonathan L Long b9452c4831 Fix indentation in C++ Python module 2014-03-15 02:40:16 -07:00
Jonathan L Long 97186375f5 Add extra comment on vector_indexing_suite to _caffe.cpp 2014-03-15 02:28:07 -07:00
Jonathan L Long ec424a57e8 Remove spurious constructors from CaffeBlob and CaffeBlobWrap
This prevents accidental construction of partially-specified blobs,
which could break the Python layer.
2014-03-15 02:28:07 -07:00
Jonathan L Long 922c4adfd1 Add names to the blobs returned by CaffeLayer
Even though these are redundant, this keeps the meaning of
CaffeBlob.name consistent for now, and will allow CaffeBlob construction
to be simplified.
2014-03-15 02:28:07 -07:00
Jonathan L Long 8db1400f02 Expose caffe.Net.params as an OrderedDict 2014-03-15 02:27:35 -07:00