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

[Deps] Add "pyyaml==6.0.1" dependency to Dockerfile #966

Open iksnagreb opened 5 months ago

iksnagreb commented 5 months ago

More of a personal preference, but I assume I am not alone. I like to specify my model or "experiment" configurations as well as the metrics collected in YAML format instead of JSON, see here for an example: https://github.com/iksnagreb/attention-dummy/blob/benchmark/params.yaml

I think it does not hurt to add a YAML parser into the finn container, at least it should not interfere with anything else and I do not expect frequent changes to this dependency either.