-
I'm using Windows 10 laptop with RTX A1000 GPU. I installed MonaLabel (with CUDA). However, the following error popped out: The entire log is as below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Emmm, it looks like the PyTorch Distributed package does not support Windows well on your machine. You could refer to Pytorch installation guide. Or you could try use the monailabel docker, maybe a better choice to make it compatible with your machine without bothering too many packages installation issues.
|
Beta Was this translation helpful? Give feedback.
Emmm, it looks like the PyTorch Distributed package does not support Windows well on your machine. You could refer to Pytorch installation guide.
Or you could try use the monailabel docker, maybe a better choice to make it compatible with your machine without bothering too many packages installation issues.
docker run -it --rm --gpus all --ipc=host --net=host -v ~:/workspace/ projectmonai/monailabel:latest bash