fix multiple dirs in DDP mode (#113)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
This commit is contained in:
Ayush Chaurasia
2022-12-29 15:02:17 +05:30
committed by GitHub
parent 34829a6b29
commit 100e21ee80
7 changed files with 18 additions and 16 deletions

View File

@ -15,8 +15,8 @@ nosave: False
cache: False # True/ram, disk or False
device: '' # cuda device, i.e. 0 or 0,1,2,3 or cpu
workers: 8
project: 'runs/train'
name: 'exp'
project: null
name: null
exist_ok: False
pretrained: False
optimizer: 'SGD' # choices=['SGD', 'Adam', 'AdamW', 'RMSProp']