You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do quantization aware training on EfficientDet keras model.
I tried use Nvidia TensorFlow-2.x-Quantization-Toolkit, but I got error: ValueError: to_quantize can only either be a tf.keras Sequential or Functional model.
How can I modify the model to do QAT?
The text was updated successfully, but these errors were encountered:
I'm trying to do quantization aware training on EfficientDet keras model.
I tried use Nvidia TensorFlow-2.x-Quantization-Toolkit, but I got error:
ValueError: to_quantize can only either be a tf.keras Sequential or Functional model.
How can I modify the model to do QAT?
The text was updated successfully, but these errors were encountered: