Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
681 stars 218 forks source link

Update 1_brevitas_network_import_via_QONNX.ipynb #1053

Closed Adityasrinivas24 closed 2 months ago

Adityasrinivas24 commented 2 months ago

The last cell had a typo ModelWrapper(export_onnx_path_cleaned), fixed it to ModelWrapper(export_onnx_path_converted) which is appropriate for this cell.

auphelia commented 2 months ago

Good catch @Adityasrinivas24, thank you!