pe.callback.image.dpimagebench_lib.resnext module

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

Creates a ResNeXt Model as defined in: Xie, S., Girshick, R., Dollar, P., Tu, Z., & He, K. (2016). Aggregated residual transformations for deep neural networks. arXiv preprint arXiv:1611.05431. import from https://github.com/prlz77/ResNeXt.pytorch/blob/master/models/model.py

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

Constructs a ResNeXt.