pe.callback.image.dpimagebench_lib.resnet module

Adapted from DPImageBench: https://github.com/fjxmlzn/DPImageBench/blob/main/evaluation/classifier/resnet.py

Resnet for cifar dataset. Ported form https://github.com/facebook/fb.resnet.torch and https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py (c) YANG, Wei

pe.callback.image.dpimagebench_lib.resnet.resnet(**kwargs)[source]

Constructs a ResNet model.