From 1d58ad1e8aa9d8e58e0f2fa6ffb3648e1de7210c Mon Sep 17 00:00:00 2001 From: BLMartin99 Date: Tue, 27 Jun 2023 15:30:22 -0700 Subject: [PATCH] Added README document --- example-prjs/leaky_relu/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example-prjs/leaky_relu/README.md 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.