Files
sbv2-v2/configs/default_paths.yml
tsukumi 87144dd321 Improve: automatically generate configs/paths.yml by copying it from configs/default_paths.yml when running initialize.py
If configs/paths.yml itself is included in version control, differences will occur when it is changed in each environment, which is troublesome.
2024-05-06 20:56:07 +09:00

9 lines
370 B
YAML

# Root directory of the training dataset.
# The training dataset of {model_name} should be placed in {dataset_root}/{model_name}.
dataset_root: Data
# Root directory of the model assets (for inference).
# In training, the model assets will be saved to {assets_root}/{model_name},
# and in inference, we load all the models from {assets_root}.
assets_root: model_assets