ImageCompletion-DCGAN icon indicating copy to clipboard operation
ImageCompletion-DCGAN copied to clipboard

Duplicate flag error

Open avinash10xds opened this issue 5 years ago • 1 comments

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. Capture

avinash10xds avatar Jun 25 '19 06:06 avinash10xds

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""")

grenmester avatar Jul 01 '19 22:07 grenmester