ludwig

tensorflow 2.1.0: has no attribute 'random_normal'

tensorflow 2.1.0: has no attribute 'random_normal' Question: I’m trying to get Uber’s Ludwig to run. I get an error about there being no attribute ‘random_normal’. I can reproduce the error in Python with these commands. >>> import tensorflow as tf >>> tf.reduce_sum(tf.random_normal([1000,1000])) Traceback (most recent call last): File “<stdin>”, line 1, in <module> AttributeError: module …

Total answers: 3