-
Notifications
You must be signed in to change notification settings - Fork 33
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
AdamW does not load for tensorflow 2.11.0 #159
Comments
@maerory, |
Please update the latest version of Tensorflow 2.13 and then check if it's working or not. |
@tilakrayal I do not possess all the rights to the original code so it might be a little difficult to share the whole code. @hi-sushanta
|
You try to restart runtime and then check if it's work or not. |
@hi-sushanta
|
Please can you provide your notebook? |
@hi-sushanta is there any way to fix it without sharing the notebook file? |
There's another related minor issue, AdamW does not work with |
@maerory you need to upgrade your CuDNN library to a version that is compatible with the version of TensorFlow that you are using |
@maerory, There is an alternative workaround to make AdamW work on Apple Silicon with the latest version of tensorflow, tensorflow-addons. |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
1 similar comment
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
@maerory, Thank you! |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further. |
System information.
python version: 3.9.10
python branch:
python build version: ('main', 'Feb 23 2022 17:21:47')
python compiler version: GCC 4.8.5 20150623 (Red Hat 4.8.5-44)
python implementation: CPython
== compiler =====================================================
c++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Copyright (C) 2015 Free Software Foundation, Inc.
tf.version.VERSION = 2.11.0
tf.version.GIT_VERSION = v2.11.0-rc2-17-gd5b57ca93e5
tf.version.COMPILER_VERSION = 9.3.1 20200408
Problem:
The AdamW optimizer will not load for tensorflow version 2.11.0.
The text was updated successfully, but these errors were encountered: