GitHub - Michedev/VAE_anomaly_detection
github.com › Michedev › VAE_anomaly_detectionMar 13, 2022 · How to install pip install vae-anomaly-detection How To Train a Model Define your dataset into dataset.py and put in output into the function get_dataset Eventually change encoder and decoder inside VAE.py to fits your data layout Run in a terminal python train.py and specify required at least --input-size (pass -h to see all optional parameters)