From a237058560df8b4162ff31a01266c4158304e04b Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 27 Mar 2018 15:03:57 +0200 Subject: [PATCH] Document new deinplace utility. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3171343..7ef3b87 100644 --- a/README.md +++ b/README.md @@ -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 the input- and output state of each layer. -To work around this, a simple script `deinplace.py` is included in the tools -folder. To use it, first run make (requires `protoc` to be on your PATH) and -then run it on your program. To see what options it supports, use its `-h` -option. +To work around this, a simple program `deinplace` is included as a tool, +which will rewrite an existing network to not use in-place computation. +Its options are documented with its `-h` flag. ### Single input/output