Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResNet-50 Python Brevitas Model #44

Open
oshears opened this issue Nov 16, 2022 · 4 comments
Open

ResNet-50 Python Brevitas Model #44

oshears opened this issue Nov 16, 2022 · 4 comments

Comments

@oshears
Copy link

oshears commented Nov 16, 2022

Hi FINN Team,

I am currently working on a project that is interested in recreating the quantized .onnx file used for the ResNet-50 FINN example here:

https://github.com/Xilinx/finn-examples/tree/main/build/resnet50

Is there any way that the notebook/python code for creating the quantized, brevitas version of the ResNet-50 model can be shared?

I am interested in trying to adapt the network to fit on a ZCU102/ZCU104.

@mmrahorovic
Copy link
Collaborator

Hi @oshears, good question and great to hear about your project!
The Brevitas code for ResNet-50 is indeed currently not released, but we are working on it and we will let you know in the upcoming months when it is ready!

@MRFiruzabadi
Copy link

Hi @mmrahorovic, Did you manage to release the Brevitas code for ResNet-50?

@mmrahorovic
Copy link
Collaborator

mmrahorovic commented Oct 9, 2023

Hi @MRFiruzabadi
The code isn't yet released. However, in the meantime, you can find the ResNet-18 model in Brevitas, which can serve as a starting point for extending this to a ResNet-50 model: https://github.com/Xilinx/brevitas/blob/dev/src/brevitas_examples/bnn_pynq/models/resnet.py.

@Adib6637
Copy link

Adib6637 commented May 1, 2024

Hi, has the code for resnet 50 been released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants