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
My question is all in the title. I know that this repository is intended for tensorflow 1.x, but I want to work with tensorflow 2.x.
I'm still on chapter 5 and I found that keras_contrib doesn't exist for tensorflow 2.x. Since keras-contrib migrated to tensorflow-addons link, is there anything I should know moving forward?
Since I can't install keras_contrib on tensorflow 2.x, can I just replace the import statement with keras_contrib to tensorflow_addons?
Do you know of other libraries that might cause issues working with tensorflow 2.x?
The text was updated successfully, but these errors were encountered:
My question is all in the title. I know that this repository is intended for tensorflow 1.x, but I want to work with tensorflow 2.x.
I'm still on chapter 5 and I found that keras_contrib doesn't exist for tensorflow 2.x. Since keras-contrib migrated to tensorflow-addons link, is there anything I should know moving forward?
Since I can't install keras_contrib on tensorflow 2.x, can I just replace the import statement with keras_contrib to tensorflow_addons?
Do you know of other libraries that might cause issues working with tensorflow 2.x?
The text was updated successfully, but these errors were encountered: