diff --git a/example-prjs/leaky_relu/README.md b/example-prjs/leaky_relu/README.md new file mode 100644 index 0000000000..9abe30e92b --- /dev/null +++ b/example-prjs/leaky_relu/README.md @@ -0,0 +1,6 @@ +This is small conv2d 1 layer example. To run it: +1. Run the run_catapult.sh script. +2. Replace the leaky_relu_test.cpp in the my-Catapult-test with the leaky_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 image matrix or filter and get the predictions by editing then running leaky_relu.py.