Open yousmrani opened 2 years ago
Hello,
As I am trying to convert YOLOv3 using HLS4ML, I added UpSampling2D layers to the config file.
After running hls4ml.converters.keras_to_hls(cfg), I obtain the following error:
TypeError Traceback (most recent call last)
That looks like an issue in handling of UpSampling2D layer. We'll investigate. Unrelated to that, a model with 60 million parameters won't work in hls4ml. You'll have to reduce your model size and quantize it.
Hello,
As I am trying to convert YOLOv3 using HLS4ML, I added UpSampling2D layers to the config file.
After running hls4ml.converters.keras_to_hls(cfg), I obtain the following error:
TypeError Traceback (most recent call last)