-
Notifications
You must be signed in to change notification settings - Fork 59
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 model and notebook release #30
Comments
Hi @eneneli! |
Hi everyone, Any updates on this ? Is it possible to implement different kind of networks that uses residual nodes ? |
It's definitely possible use FINN with residual networks, but it'll take some work to get there. There is a branch of this repository, feature/rn-18, which contains a build script for ResNet18, and the Brevitas-trained model it takes as an input. This branch isn't yet ready for release, as it has not yet been extensively tested, and is unfinished in places. It's likely you'll encounter some problems trying to use it. However, you could use this branch, in conjunction with the already existing ResNet18 Brevitas example (which was used to produce model mentioned above), and get a decent idea of how to use FINN end-to-end with a residual network. |
Thanks for the input ! |
Hi, I am wondering about the release mentioned in issue #17.
I have run into some problems implementing ResNet-18 with FINN and it would be very helpful to see the PyTorch/Brevitas model as well as the notebook with the transformations and steps applied to arrive at the ResNet-50 bitstream.
Is there any chance for this code to be added to the repository anytime soon?
The text was updated successfully, but these errors were encountered: