karthikmswamy / TFTutorials

Contains code for understanding TensorFlow workflow and basics
51 stars 19 forks source link

Module 'tensorflow' has no attribute 'contrib' #1

Open mehradans92 opened 4 years ago

mehradans92 commented 4 years ago

There's an error that occurs because tf.contrib is removed from TensorFlow 2. I guess you are using old code from Tensorflow 1 that is not compatible with the new Tenserflow 2.

karthikmswamy commented 4 years ago

Hi @mehradans92, thanks for your inputs. I'll follow up on this and check the validity of all the notebooks for TF 2.0. However, if you have any updates, please do create a PR and I'll be happy to improve the content with you. Thanks!