diff --git a/example-prjs/thresholded_relu/README.md b/example-prjs/thresholded_relu/README.md new file mode 100644 index 0000000000..3feb0eac44 --- /dev/null +++ b/example-prjs/thresholded_relu/README.md @@ -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.