-
Beta Was this translation helpful? Give feedback.
Answered by
nhma20
Jan 20, 2022
Replies: 1 comment 1 reply
-
You can define and train your network with Brevitas outside the FINN docker environment if you have Brevitas and its dependencies installed. For ONNX, I believe you need both the onnx and onnxoptimizer packages which can be installed with '''pip install onnx" and "pip install onnxoptimizer" respectively. They should already be in the FINN docker. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
heborras
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can define and train your network with Brevitas outside the FINN docker environment if you have Brevitas and its dependencies installed. For ONNX, I believe you need both the onnx and onnxoptimizer packages which can be installed with '''pip install onnx" and "pip install onnxoptimizer" respectively. They should already be in the FINN docker.