You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-9
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,19 @@ Heavily inspired from the `Optimizer` from https://github.com/facebook/fb-caffe-
6
6
7
7
## How does it work ?
8
8
9
-
It goes over the network and verify which buffers can be reused. Currently only
10
-
the `output` of each module are reused.
9
+
It goes over the network and verify which buffers can be reused.
10
+
Currently, it only supports evaluation mode, but training mode will soon be included.
11
+
12
+
Here is a list of currently tested modules (numbers are for CPU version, with batch size of 1, in the format (total memory used, memory used for the outputs)):
13
+
14
+
| Network | before optimization | after optimization | Relative save |
0 commit comments