Module stable_diffusion_trainer::trainer
source · Expand description
The Trainer module contains the training configuration and the training process.
Re-exports§
pub use training::*;pub use output::*;pub use optimizer::*;pub use scheduler::*;pub use parameters::*;
Modules§
- Optimizer module for the trainer.
- Trainer’s output.
- Trainer’s parameters.
- Learning rate scheduler module.
- The training configuration for the training process.
Structs§
- The Trainer structure.