davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
GNU General Public License v3.0
1.47k stars 739 forks source link

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

Open kukaiN opened 3 years ago

kukaiN commented 3 years ago

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?

martinerk0 commented 3 years ago

There is a tensorflow 2 branch.