Closed Exception4U closed 7 years ago
You are using an older version an older version of TF. I added a try/except block to address backward compatibility #72 . @carpedm20 can merge it when he wakes up.
I think this issue is solved. Thanks @MustafaMustafa
File "main.py", line 44, in main dcgan.train(FLAGS) File "/home/tushar/codes/python_codes/DCGAN-tensorflow/model.py", line 131, in train init_op = tf.global_variables_initializer() AttributeError: 'module' object has no attribute 'global_variables_initializer'