trespassermax

Results 1 comments of trespassermax

I found that the problems happened in main.py. Specifically with these lines: FLAGS.out_dir = os.path.join(FLAGS.out_dir, FLAGS.out_name) FLAGS.checkpoint_dir = os.path.join(FLAGS.out_dir, FLAGS.checkpoint_dir) FLAGS.sample_dir = os.path.join(FLAGS.out_dir, FLAGS.sample_dir) Notice how the first os.path.join concatenates...