并行训练代码优化

This commit is contained in:
lee
2025-07-02 18:02:28 +08:00
parent 2219c0a303
commit 5deaf4727f
5 changed files with 918 additions and 330 deletions

View File

@ -14,6 +14,7 @@ from tools.dataset import get_transform
from tools.image_joint import merge_imgs
from configs import trainer_tools
import yaml
from datetime import datetime
with open('configs/test.yml', 'r') as f:
conf = yaml.load(f, Loader=yaml.FullLoader)