from torch import randn as torch_randnTrainer
Train functions
get_trainer_class
get_trainer_class (trainer_name:str)
regist_trainer
regist_trainer (trainer)
Base Trainer
BaseTrainer
BaseTrainer (config)
Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.
NoiseFlowGAN Trainer
NoiseFlowGANTrainer
NoiseFlowGANTrainer (config)
Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.
Supervised Denoising Trainer
SLDenoisingTrainer
SLDenoisingTrainer (config)
Base trainer class to implement other trainer classes. below function should be implemented in each of trainer class.