davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to update library for tensorflow 2.x? Comments on keras-contrib's depreciation and migration to tensorflow-addons?

kukaiN opened this issue · comments

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?

There is a tensorflow 2 branch.