https://github.com/BVLC/caffe
Revision 4fff9663600d2384d07593dec8077627d5693933 authored by Jonathan L Long on 02 July 2014, 20:08:26 UTC, committed by Evan Shelhamer on 18 September 2014, 19:41:45 UTC
This allows nets to be reshaped very quickly (essentially for free) as
long as sufficient memory has been allocated. Calling Blob::Reshape in
order to free up memory becomes impossible; however, this is not a
normal use case (and deleting blobs does free memory).
1 parent 3194bb1
History
Tip revision: 4fff9663600d2384d07593dec8077627d5693933 authored by Jonathan L Long on 02 July 2014, 20:08:26 UTC
don't reallocate blobs when shrinking memory use
Tip revision: 4fff966
File Mode Size
CMakeScripts
data
docs
examples
include
matlab
models
python
scripts
src
tools
.Doxyfile -rw-r--r-- 99.5 KB
.gitignore -rw-r--r-- 986 bytes
.travis.yml -rw-r--r-- 1.3 KB
CMakeLists.txt -rw-r--r-- 2.6 KB
CONTRIBUTORS.md -rw-r--r-- 620 bytes
INSTALL.md -rw-r--r-- 197 bytes
LICENSE -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 19.9 KB
Makefile.config.example -rw-r--r-- 2.5 KB
README.md -rw-r--r-- 196 bytes
caffe.cloc -rw-r--r-- 1.2 KB

README.md

back to top