HiDDeN
HiDDeN copied to clipboard
How do I test a trained model
If I want to adjust different attack intensity, for example, crop 0.5 to 0.8, do I need to retrain the model? If not, how do I adjust the attack intensity parameters
I've already forgotten what was going on here so I had a brief look; it seems the noise configuration is the same for training and validation. However, you can easily implement it, just make separate training and validation noise command line arguments, OR add a command line utility which loads a trained models and validates it on the noise config of your choice.