llien30 / EfficientGAN-based-anomaly-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reimplementation of Efficient GAN based anomaly detection

Reimplementation of Efficient GAN based anomaly detection network by using PyTorch

Efficient GAN based anomaly detection : https://arxiv.org/abs/1802.06222

About CONFIG file

CONFIG files have to be written in the following format

train_csv_file: ./csv/train.csv

input_size: 64
channel: 1

# the hyper parameters of EGBAD
z_dim: 20
nef: 128
ngf: 128
ndf: 64

batch_size: 10

num_epochs: 500
num_fakeimg: 10

# for wandb
name: first

# training output
save_dir: ./weights

Attention

  • the network was checked to work properly in only the following image-size
channel : 1, 3
height, width  : 64

About


Languages

Language:Python 100.0%