Files
ieemoo-ai-contrast/configs/scatter_data.yml
2025-08-06 17:03:28 +08:00

20 lines
813 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# configs/scatter_data.yml
# 专为散称前处理的配置文件
# 数据配置
data:
dataset: "imagenet" # 数据集名称(示例用,可替换为实际数据集)
source_dir: "../../data_center/electornic/source" # 原始数据
train_dir: "../../data_center/electornic/v1/train" # 训练数据集根目录
val_dir: "../../data_center/electornic/v1/val" # 验证数据集根目录
extra_dir: "../../data_center/electornic/v1/extra" # 验证数据集根目录
split_ratio: 0.9
max_files: 10 # 数据集小于该阈值则归纳至extra
# 日志与监控
logging:
logging_dir: "./log/2025.7.4-scatter.txt" # 日志保存目录
log_level: "info" # 日志级别debug/info/warning/error