Shravan Kumar

Results 4 comments of Shravan Kumar

Hi @patricklabatut , when I first installed with `conda env create -f conda-extras.yaml` This issue raised: ``` raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (9.1) mismatches the version that...

Since the root cause of this error is : ``` RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (9.1) mismatches the version that was used to compile PyTorch (11.7). Please make...

I have tested Segmentaion notebook, now it's working, Here is my final conda env: ``` name: dinov2-extras channels: - xformers - pytorch - nvidia - conda-forge - defaults dependencies: -...

If you cannot use the environment provided above for setup, try using pip ``` pip install mmcv-full==1.5.0 pip install mmsegmentation==0.27.0 ```