Skip to content

Commit 264ccb0

Browse files
committed
Update README.md
Add note about installation
1 parent 66c55fa commit 264ccb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Memory optimizations for torch neural networks.
44

55
Heavily inspired from the `Optimizer` from https://github.com/facebook/fb-caffe-exts
66

7+
## Installing
8+
Simply do
9+
```
10+
luarocks install optnet
11+
```
12+
713
## How does it work ?
814

915
It goes over the network and verify which buffers can be reused.

0 commit comments

Comments
 (0)