Skip to content

Commit 24a7d53

Browse files
committedJan 13, 2017
improve readme
1 parent 4014bb1 commit 24a7d53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ It is working with the Theano backend - support for Tensorflow will be added soo
1919

2020
#Testing
2121

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.
27+
4. Compare predictions.

0 commit comments

Comments
 (0)