"vscode:/vscode.git/clone" did not exist on "019d19af978f05b774407e0d46a3bda2c18c67c6"
Commit 262ec5a4 authored by Baumgartner, Michael's avatar Baumgartner, Michael
Browse files

update pytorch versions

parent a49cfed5
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#limitations under the License. #limitations under the License.
# Contains pytorch, torchvision, cuda, cudnn # Contains pytorch, torchvision, cuda, cudnn
FROM nvcr.io/nvidia/pytorch:20.12-py3 FROM nvcr.io/nvidia/pytorch:21.11-py3
ARG env_det_num_threads=6 ARG env_det_num_threads=6
ARG env_det_verbose=1 ARG env_det_verbose=1
......
...@@ -54,7 +54,7 @@ When running a training inside the container it is necessary to [increase the sh ...@@ -54,7 +54,7 @@ When running a training inside the container it is necessary to [increase the sh
1. Install CUDA (>10.1) and cudnn (make sure to select [compatible versions](https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html)!) 1. Install CUDA (>10.1) and cudnn (make sure to select [compatible versions](https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html)!)
2. [Optional] Depending on your GPU you might need to set `TORCH_CUDA_ARCH_LIST`, check [compute capabilities](https://developer.nvidia.com/cuda-gpus) here. 2. [Optional] Depending on your GPU you might need to set `TORCH_CUDA_ARCH_LIST`, check [compute capabilities](https://developer.nvidia.com/cuda-gpus) here.
3. Install [torch](https://pytorch.org/) (make sure to match the pytorch and CUDA versions!) (requires pytorch >1.7+) and [torchvision](https://github.com/pytorch/vision)(make sure to match the versions!). 3. Install [torch](https://pytorch.org/) (make sure to match the pytorch and CUDA versions!) (requires pytorch >1.10+) and [torchvision](https://github.com/pytorch/vision)(make sure to match the versions!).
4. Clone nnDetection, `cd [path_to_repo]` and `pip install -e .` 4. Clone nnDetection, `cd [path_to_repo]` and `pip install -e .`
5. Set environment variables (more info can be found below): 5. Set environment variables (more info can be found below):
- `det_data`: [required] Path to the source directory where all the data will be located - `det_data`: [required] Path to the source directory where all the data will be located
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment