Skip to content

ldctbench.methods.dugan.Trainer

Trainer(args, device)

Bases: BaseTrainer

Trainer for DUGAN1


  1. Z. Huang, J. Zhang, Y. Zhang, and H. Shan, “DU-GAN: Generative adversarial networks with dual-domain U-Net-based discriminators for low-dose CT denoising,” IEEE Transactions on Instrumentation and Measurement, vol. 71, pp. 1–12, 2022. 

Parameters:

  • args (Namespace) –

    Arguments to configure the trainer.

  • device (device) –

    Torch device to use for training.