TolgaBkm
TolgaBkm
These steps solved my issue: 1. Set `cfg.data.workers_per_gpu=0` 2. Open mmseg>datasets>builder.py 3. Change Line 99 as `persistent_workers=False`
This solution worked for me: https://github.com/qubvel/segmentation_models.pytorch/issues/144#issuecomment-585754975
You can fill the data request form here: http://www2.isprs.org/commissions/comm3/wg4/data-request-form2.html
I have the same problem with EfficientDet D4. 
I have also tried to increase the batch size to 4. However, I still got loss=NaN around 50k steps of training.