Replies: 4 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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions