MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / train.py

File train.py

Regularization/Cutout-master/train.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# run train.py --dataset cifar10 --model resnet18 --data_augmentation --cutout --length 16
2# run train.py --dataset cifar100 --model resnet18 --data_augmentation --cutout --length 8
3# run train.py --dataset svhn --model wideresnet --learning_rate 0.01 --epochs 160 --cutout --length 20
4

Callers

nothing calls this directly

Calls 9

CutoutClass · 0.90
ResNet18Function · 0.90
WideResNetClass · 0.90
CSVLoggerClass · 0.90
testFunction · 0.85
writerowMethod · 0.80
closeMethod · 0.80
stepMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected