I have installed tensorflow 1.2.1 and whenever i try to run
c=tf.random.normal(shape=(3,4),dtype=tf.float32)
I get the error AttributeError: module 'tensorflow' has no attribute 'random'
I have installed tensorflow 1.2.1 and whenever i try to run
c=tf.random.normal(shape=(3,4),dtype=tf.float32)
I get the error AttributeError: module 'tensorflow' has no attribute 'random'
Use
See the full list of available APIs here
See the usage here