-
Notifications
You must be signed in to change notification settings - Fork 409
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
MobileNet V2 Convertion #535
Comments
What I am ending up with is an Unsupported layer type error.
Any headway? Also, I wanted to ask how do you handle issue of over utilization of resources for model that are synthesized for ZU104(xczu7ev-ffvc1156-2-e) that you have been using. |
Hi @lloo099, what version of hls4ml are you using? Which one of these is layer['pad_top'] + input_shapes[0][1] + layer['pad_bottom'] I'd also warn that this model is quite large and may need to be compressed quite a bit to be usable. It may be better for debugging purposes if you could reproduce the error with a minimal example (say 1 or 2 layers). Hi @wilfredkisku what version of hls4ml are you using? I believe ZeroPadding2D is supported since #480 |
Thank you @jmduarte for clarification, I am using the current version (v0.6.0). I also wanted to ask regarding the upper bound for a model to be usable for a board such as ZCU104. Thank for the help. |
Hi @jmduarte @wilfredkisku , thanks for your response. I am using hls4ml 0.6.0. I just direct convert MobilnetV2 this model on hls4ml but not successfully. I think it could be better for a fix precision of 8-bit. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi, thanks for your great work on HLS art. Currently, I want to use your lib to implement the MobilnetV2 model. But some problems happened here, would you mind helping me with this? Thanks
Model from Here
The text was updated successfully, but these errors were encountered: