Trainer

Train functions
from torch import randn as torch_randn

source

get_trainer_class

 get_trainer_class (trainer_name:str)

source

regist_trainer

 regist_trainer (trainer)

Base Trainer


source

BaseTrainer

 BaseTrainer (config)

Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.

NoiseFlowGAN Trainer


source

NoiseFlowGANTrainer

 NoiseFlowGANTrainer (config)

Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.

Supervised Denoising Trainer


source

SLDenoisingTrainer

 SLDenoisingTrainer (config)

Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.