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 keep on getting this warning while running the classif_keras.py in the 1d example. Not sure if it's benign because the training and validation accuracies I get are slightly lower than the numbers reported in the script.
WARNING:tensorflow:Entity <function <lambda> at 0x1489af88def0> could not be transformed and will be executed as-is. Please report this to the AutoGraph team. When filing the bug, set the verbosity to 10 (on Li
nux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: Unable to identify source code of lambda function <function <lambda> at 0x1489af88def0>. It was defined on this line: backend.fft = FFT(l
ambda x: tf.signal.fft(x, name='fft1d'),
lambda x: tf.signal.ifft(x, name='ifft1d'),
lambda x: tf.math.real(tf.signal.ifft(x, name='irfft1d')),
lambda x: None)
, which must contain a single lambda with matching signature. To avoid ambiguity, define each lambda in a separate expression.
The text was updated successfully, but these errors were encountered:
I keep on getting this warning while running the classif_keras.py in the 1d example. Not sure if it's benign because the training and validation accuracies I get are slightly lower than the numbers reported in the script.
The text was updated successfully, but these errors were encountered: