WARNING:tensorflow:AutoGraph could not transform <tensorflow_model_optimization.python.core.quantization.keras.quantizers.AllValuesQuantizer object at 0x7f92927f3f90> and will run it as-is. #813
Hey,
I am using the quantization Wrapper and keep getting the following warning:
WARNING:tensorflow:AutoGraph could not transform <tensorflow_model_optimization.python.core.quantization.keras.quantizers.AllValuesQuantizer object at 0x7f92927f3f90> and will run it as-is.
Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output.
Cause: module 'gast' has no attribute 'Index'
has anyone encountered it? Does it have any impact on the training process?
Thanks!
Hey, I am using the quantization Wrapper and keep getting the following warning:
has anyone encountered it? Does it have any impact on the training process? Thanks!