Skip to content

ldctbench.methods.resnet.Trainer

Trainer(args, device)

Bases: BaseTrainer

Trainer class for LDCT ResNet1


  1. A. D. Missert, S. Leng, L. Yu, and C. H. McCollough, “Noise subtraction for low-dose CT images using a deep convolutional neural network,” in Proceedings of the Fifth International Conference on Image Formation in X-Ray Computed Tomography, Salt Lake City, UT, USA, May 2018, pp. 399–402. 

Parameters:

  • args (Namespace) –

    Arguments to configure the trainer.

  • device (device) –

    Torch device to use for training.