Ask questionsWhere is tf.contrib.training.HParams ?
I am using AutoAugment util from tensorflow object api for data augmentation. That util use tf.contrib.training.HParams and I want to use it in tf 2.0 rc. Can't find where that function is hidden now, any help?
Answer questions
8bitmp3
Hey @remic33 , the tf.contrib module is deprecated in TF 2.0
https://www.tensorflow.org/beta/guide/upgrade
Related questions