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