Document new deinplace utility.
This commit is contained in:
@@ -102,10 +102,9 @@ Due to the way Caffe works, this program cannot properly extract state
|
|||||||
data from networks that use in-place computation, since it cannot observe
|
data from networks that use in-place computation, since it cannot observe
|
||||||
the input- and output state of each layer.
|
the input- and output state of each layer.
|
||||||
|
|
||||||
To work around this, a simple script `deinplace.py` is included in the tools
|
To work around this, a simple program `deinplace` is included as a tool,
|
||||||
folder. To use it, first run make (requires `protoc` to be on your PATH) and
|
which will rewrite an existing network to not use in-place computation.
|
||||||
then run it on your program. To see what options it supports, use its `-h`
|
Its options are documented with its `-h` flag.
|
||||||
option.
|
|
||||||
|
|
||||||
### Single input/output
|
### Single input/output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user