-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: Default process group is not initialized #8
Comments
mmdetection and mmsegmentation can be installed in a docker container? |
Hi @HaoweiGis |
Hello@xvjiarui |
Hi @HaoweiGis |
I am having the same problem. How do I change SyncBN to BN? |
Hi @AbdullahRJafar |
facing same issue, which file under configs folder? |
Hi @PriyankaJain-1998 |
Describe the bug
python tools/train.py configs/danet/danet_r50-d8_512x1024_40k_cityscapes.py
. I get an error when using custom data for model training,AssertionError: Default process group is not initialized.
GPU now has two target detection networks running, is this the reason? mmdetection can train multiple networks simultaneously.
Environment info
sys.platform: linux
Python: 3.7.7 (default, Mar 23 2020, 22:36:06) [GCC 7.3.0]
CUDA available: True
CUDA_HOME: /usr/local/cuda
NVCC: Cuda compilation tools, release 10.1, V10.1.243
GPU 0: Tesla V100-PCIE-32GB
GCC: gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
PyTorch: 1.5.0
PyTorch compiling details: PyTorch built with:
TorchVision: 0.6.0a0+82fd1c8
OpenCV: 4.2.0
MMCV: 1.0.2
MMSegmentation: 0.5.0+b72a6d0
MMCV Compiler: GCC 7.3
MMCV CUDA Compiler: 10.1
The text was updated successfully, but these errors were encountered: