anogan-keras
anogan-keras copied to clipboard
weights/generator.h5
OSError: Unable to create file (unable to open file: name = 'weights/generator.h5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 302)
Did you create a directory called weights? You can do an automatic creation before saving weights via
if not os.path.isdir("weights"): os.mkdir("weights")
Have you solved this problem yet?I have the same problrm,A new folder has been created, but where can I obtain the weight files in it