ImageCompletion-DCGAN
ImageCompletion-DCGAN copied to clipboard
Duplicate flag error
Hi everyone,
I cloned this files and installed tensorflow. but when I run the command
python main.py
I am getting this error. Please help me to fix this. Thank you all in advance.
Try commenting out the line in main.py
that sets the log_dir
flag.
tf.app.flags.DEFINE_string('log_dir', 'checkpoints', """Path to write logs and checkpoints""")