SpecGAN
SpecGAN copied to clipboard
Error trying to specgan_categorical.py
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