Closed ELDIABLO4400 closed 3 years ago
@ELDIABLO4400
Hi. we set default batch normalization as SyncBn
to use distributed training which will cause the problem when run with DataParallel
mode. You can use this command tools/dist_train.py configs/cstr.py 4
.
I try to train cstr model with command:
python tools/train.py configs/cstr.py
I recieved error:Can you tell me please, where I wrong?