Closed amiltonwong closed 3 years ago
This is due to the sync bn. Try
./tools/dist_train.sh configs/SETR/SETR_PUP_768x768_40k_cityscapes_bs_8.py 1
but it won't help to train SETR with only one GPU
@lzrobots,
Does it mean that GPU device >=2 are required to run the training step?
yes. I didn't see any modern segmentation model can be run on a single gpu. see mmsegmentation
Hi, authors,
I got the following error after executing command:
python tools/train.py configs/SETR/SETR_PUP_768x768_40k_cityscapes_bs_8.py
As I use a single GPU device to perform the training, it seems the error is related to distributed training. Any hints to solve this issue?
THX!