Module stable_diffusion_trainer::data_set
source · Expand description
This module contains the data set types used for training.
Re-exports§
pub use image_data_set::*;
Modules§
- ImageDataSet is a simple struct that holds the path to a directory containing images. It is used to represent a dataset of images that can be used for training a model.
Structs§
- A training data set.