tkwoo / anogan-keras

Unsupervised anomaly detection with generative model, keras implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weights/generator.h5

monkeycc opened this issue · 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)

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

commented

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