File size: 439 Bytes
aa03424 |
1 2 3 4 5 6 7 8 9 10 |
[general]
[[datasets]]
resolution = 1024 # Training resolution
batch_size = 4 # Batch size
[[datasets.subsets]]
image_dir = '../images' # Specify the folder containing the training images
num_repeats = 10 # Number of repetitions for training images
metadata_file = 'metadata.json' # Metadata file name |