tkwoo / anogan-keras

Unsupervised anomaly detection with generative model, keras implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no folder of "weights"

JiweiTian opened this issue · comments

├── main.py
├── anogan.py
├── weights
├── discriminator.h5
└── generator.h5
└── result
└── save the generated images when training
However, there is no folder of "weights"

please make weights dir
mkdir weights