SinGAN
SinGAN copied to clipboard
Lack of imsave in random_samples.py
The output of the SinGAN_generate function is not saved to a file in random_samples.py. It is necessary to add a single line with a call to imsave function from matplotlib.pyplot at the very end of the file.