8000 Tensorflow Lambda function related warning · Issue #762 · kymatio/kymatio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tensorflow Lambda function related warning #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Lchuang opened this issue Jul 21, 2021 · 0 comments
Open

Tensorflow Lambda function related warning #762

Lchuang opened this issue Jul 21, 2021 · 0 comments

Comments

@Lchuang
Copy link
Lchuang commented Jul 21, 2021

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0