llien30 / GANomaly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reimplementation of GANomaly

Reimplementation of GANomaly by using pytorch

arXiv
GitHub
My Paper Summary

About CONFIG file

config file must be written in the following format

dataset: MNIST
abnormal_class: 0

save_dir: './weights'

batch_size: 64
test_batch_size: 64

channel: 1
input_size: 32
z_dim: 100
ndf: 64
ngf: 64
extralayers: 0

w_adv: 1
w_con: 50
w_enc: 1

num_epochs: 15

# the name this experiment on wandb
name: mnist

About


Languages

Language:Python 98.3%Language:Shell 1.7%