SpecGAN icon indicating copy to clipboard operation
SpecGAN copied to clipboard

Error trying to specgan_categorical.py

Open ghost opened this issue 6 years ago • 0 comments

I've got as far as running the training script but can't get past this error. I'd love to have a play around with this, any help would be great!

Traceback (most recent call last):
  File "specgan_categorical.py", line 329, in <module>
    outfile = os.path.join(args.output_dir, 'generator_epoch_{}_{:.3}.h5'.format(epoch, g_logs))
NameError: name 'g_logs' is not defined

ghost avatar Mar 11 '19 22:03 ghost