Coverage for robustML/advertrain/constants.py: 100%
6 statements
« prev ^ index » next coverage.py v7.9.2, created at 2025-09-10 08:11 +0000
« prev ^ index » next coverage.py v7.9.2, created at 2025-09-10 08:11 +0000
1ADV = "adv"
2CONVNET = "convnet"
3METRICS_FILE = "metrics.json"
4CUDA = "cuda"
5VANILLA = "classical_training"
6ADVTRAINING = "adversarial_training"