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
+6-1
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,9 @@ It is working with the Theano backend - support for Tensorflow will be added soo
19
19
20
20
#Testing
21
21
22
-
If you want to test dumping for your network, please use `test_run.sh` script. Please provide there your network architecture and weights.
22
+
If you want to test dumping for your network, please use `test_run.sh` script. Please provide there your network architecture and weights. The script do following job:
23
+
24
+
1. Dump network into text file.
25
+
2. Generate random sample.
26
+
3. Compute predictions from keras and keras2cpp on generated sample.
0 commit comments