Skip to content

Commit

Permalink
Created read me document for thresholded relu example
Browse files Browse the repository at this point in the history
  • Loading branch information
BLMartin99 committed Jul 5, 2023
1 parent 5ee8036 commit be140aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example-prjs/thresholded_relu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is small thresholded relu 1 layer example. To run it:
1. Run the run_catapult.sh script.
2. Replace the thresholded_relu_test.cpp in the my-Catapult-test with the thresholded_relu_test.cpp a level up (if you would like the testbench to be self-checking).
3. Move tb_input_features.dat and tb_output_predictions.dat to my-Catapult-test/tb_data (if you want two pre-computed examples).

Note: You can create your own array and get the predictions by editing then running thresholded_relu.py.

0 comments on commit be140aa

Please sign in to comment.