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
raise TypeError('Keras symbolic inputs/outputs do not '
TypeError: Keras symbolic inputs/outputs do not implement __len__. You may be trying to pass Keras symbolic inputs/outputs to a TF API that does not register dispatching, preventing Keras from automatically converting the API call to a lambda layer in the Functional Model. This error will also get raised if you try asserting a symbolic input/output directly
The text was updated successfully, but these errors were encountered:
Hi Jay2109, this reads like a Tensorflow >2.0 issue to me. Either downgrade your TF version to 1.12.0, or you may need to make a port to TF2.0, since we are working on a major update (including a switch to PyTorch) which is taking up our ressources for this project. However, afaik, spokV has already been working on a port to TF2.0 already, you can check out their version at: https://github.com/spokV/DeepVOG
Hi,
I have the same issue. I was able to run on CPU after downgrading the TF. Trying to run on GPU and I get Cuda error apparently: ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
raise TypeError('Keras symbolic inputs/outputs do not '
TypeError: Keras symbolic inputs/outputs do not implement
__len__
. You may be trying to pass Keras symbolic inputs/outputs to a TF API that does not register dispatching, preventing Keras from automatically converting the API call to a lambda layer in the Functional Model. This error will also get raised if you try asserting a symbolic input/output directlyThe text was updated successfully, but these errors were encountered: