anogan-keras icon indicating copy to clipboard operation
anogan-keras copied to clipboard

weights/generator.h5

Open monkeycc opened this issue 3 years ago • 2 comments

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)

monkeycc avatar Apr 29 '21 03:04 monkeycc

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")

RobBa avatar Jul 29 '22 08:07 RobBa

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

xyz19990503 avatar Jul 11 '23 12:07 xyz19990503