@@ -47,6 +47,31 @@ docker run --gpus all -v ${det_data}:/opt/data -v ${det_models}:/opt/models -it
...
@@ -47,6 +47,31 @@ docker run --gpus all -v ${det_data}:/opt/data -v ${det_models}:/opt/models -it
Warning:
Warning:
When running a training inside the container it is necessary to [increase the shared memory](https://stackoverflow.com/questions/30210362/how-to-increase-the-size-of-the-dev-shm-in-docker-container)(via --shm-size).
When running a training inside the container it is necessary to [increase the shared memory](https://stackoverflow.com/questions/30210362/how-to-increase-the-size-of-the-dev-shm-in-docker-container)(via --shm-size).
## Local
To create a working environment locally with conda, please run:
```
conda create --name nndet_venv python=3.8
conda activate nndet_venv
```
Now run the following commands to properly set it up: