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?
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?