CIFAR-100 WideResNet 40-4¶
-
class
deepobs.cifar100.cifar100_wrn404.set_up[source]¶ Function providing the functionality for the WideResNet 40-4 architecture on CIFAR-100.
This function is a wrapper for the
cifar100_wrn.set_upto create the 40-4 variant of the WideResNet.The training setting in the paper were: Batch size of
128, weight decay of0.0005, total training time of200epochs, with a learning rate schedule of0.1,0.02after60epochs,0.004after120epochs and0.0008after160epochs. Training was done using Nesterov momentum with a momentum parameter of0.9.Parameters: - batch_size (int) -- Batch size of the data points.
- weight_decay (float) -- Weight decay factor. Defaults to
0.0005.
Returns: Setup class for WideResNets on CIFAR-100,
cifar100_wrn.set_up.Return type: