-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bug: Missing function register_module_for_export #901
Comments
Hi @renato-arantes. Thanks for posting. Would you mind sharing the output of TensorFlow 2.16 has not been released yet at this time. I'm wondering if you might have a different package installed (eg tf-nightly) Thanks!
|
Hi @KeijiBranshi, Yes, when I say TensorFlow 2.16 I mean tf-nightly. Thanks! |
Thanks for the clarification. I'm wondering if this is more a TensorFlow+Keras issue, rather than anything related to Do you have tf-keras-nightly installed as well? iiuc, |
I'm seeing a similar issue as well with version
and when I run this command:
Although according to this: When I looked under
|
What happened?
I'm having an issue with TF v2.16 and tensorflow_hub v0.16, which is throwing an error about a missing function
register_module_for_export
. If I downgrade to tensorflow_hub v0.15, it complains about a missingestimator.py
file, that is deprecated in TF v2.16.Relevant code
Relevant log output
tensorflow_hub Version
other (please specify)
TensorFlow Version
other (please specify)
Other libraries
tensorflow_hub==0.16.0
tensorflow==2.16
Python Version
3.x
OS
Linux
The text was updated successfully, but these errors were encountered: