Skip to content

Commit

Permalink
[GTSRB+VGG] Cleanup readme for build
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed May 3, 2024
1 parent 0d685df commit e0f4bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/gtsrb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on the [German Traffic Sign Recognition Benchmark (GTSRB)](https://benchmark.ini

0. Ensure you have performed the *Setup* steps in the top-level README for setting up the FINN requirements and environment variables.

1. Run the `download-model.sh` script under the `models` directory to download the pretrained QONNX model. You should have e.g. `gtsrb/models/cnv_1w1a_gtsrb.onnx` as a result.
1. Run the `download-model.sh` script under the `models` directory to download the pretrained QONNX model. You should have `gtsrb/models/cnv_1w1a_gtsrb.onnx` as a result.

2. Launch the build as follows:
```SHELL
Expand All @@ -19,7 +19,7 @@ cd $FINN_EXAMPLES/build/finn
./run-docker.sh build_custom $FINN_EXAMPLES/build/gtsrb
```

5. The generated outputs will be under `gtsrb/output_<topology>_<board>`. You can find a description of the generated files [here](https://finn-dev.readthedocs.io/en/latest/command_line.html#simple-dataflow-build-mode).
3. The generated outputs will be under `gtsrb/output_<topology>_<board>`. You can find a description of the generated files [here](https://finn-dev.readthedocs.io/en/latest/command_line.html#simple-dataflow-build-mode).

## Where did the ONNX model files come from?

Expand Down
4 changes: 2 additions & 2 deletions build/vgg10-radioml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Due to the 1-dimensional topology in VGG10 we use a specialized build script tha

0. Ensure you have performed the *Setup* steps in the top-level README for setting up the FINN requirements and environment variables.

1. Run the `download_vgg10.sh` script under the `models` directory to download the pretrained VGG10 ONNX model. You should have e.g. `vgg10-radioml/models/radioml_w4a4_small_tidy.onnx` as a result.
1. Run the `download_vgg10.sh` script under the `models` directory to download the pretrained VGG10 ONNX model. You should have `vgg10-radioml/models/radioml_w4a4_small_tidy.onnx` as a result.

2. Launch the build as follows:
```SHELL
Expand All @@ -24,7 +24,7 @@ cd $FINN_EXAMPLES/build/finn
./run-docker.sh build_custom $FINN_EXAMPLES/build/vgg10
```

5. The generated outputs will be under `vgg10-radioml/output_<topology>_<board>`. You can find a description of the generated files [here](https://finn-dev.readthedocs.io/en/latest/command_line.html#simple-dataflow-build-mode).
3. The generated outputs will be under `vgg10-radioml/output_<topology>_<board>`. You can find a description of the generated files [here](https://finn-dev.readthedocs.io/en/latest/command_line.html#simple-dataflow-build-mode).

## Where did the ONNX model files come from?

Expand Down

0 comments on commit e0f4bb3

Please sign in to comment.