VGG RadioML Build doesn't work #195
Answered by
fpjentzsch
Apr 7, 2026
Replies: 1 comment 1 reply
|
This looks like this issue: #101 For a quick resolution, I would recommend to export the model without the input quantizer (which is mapped to the first Thresholding layer), or to remove the first Thresholding layer in a custom step. |
1 reply
Answer selected by
moviaso1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





This looks like this issue: #101
But the fix doesn't work here, possibly because of the special case of 1D convolutions.
For a quick resolution, I would recommend to export the model without the input quantizer (which is mapped to the first Thresholding layer), or to remove the first Thresholding layer in a custom step.