Skip to content

Commit

Permalink
Added README document
Browse files Browse the repository at this point in the history
  • Loading branch information
BLMartin99 committed Jun 27, 2023
1 parent 009b79a commit 1d58ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example-prjs/leaky_relu/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1d58ad1

Please sign in to comment.