跳过ganomaly
该存储库包含以下论文的PyTorch实现:跳过GANomaly:跳过已连接并经过对抗训练的编码器-解码器异常检测
1.目录
2.安装
首先克隆存储库git clone https://github.com/samet-akcay/skip-ganomaly.git
通过conda创建虚拟环境conda create -n skipganomaly python=3.7
激活虚拟环境。 conda activate skipganomaly
安装依赖项。 pip install --user --requirement requirements.txt
3.实验
要在纸上复制CIFAR10数据集的结果,请运行以下命令:
# CIFAR
sh experiments/run_cifar.sh
4.培训
要列出参数,请运行以下命令:
python train.py
1