Julian-Wyatt / AnoDDPM

CVPR Workshop paper - AnoDDPM: Anomaly Detection with Denoising Diffusion Probabilistic Models using Simplex Noise
https://julianwyatt.co.uk/anoddpm
MIT License
174 stars 28 forks source link

Access to training args.json used in the paper #33

Closed demirarikan closed 11 months ago

demirarikan commented 11 months ago

Hello,

Would it be possible to get access to the args.json file that was used to train the model in the paper. I know the hyperparameters are in the paper but I am not exactly sure which parameters in the json value correspond to the different betas, EMA etc.

Thanks