You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, if I want to use 3090 with CUDA 11, how to change the inplace_abn? some parts of the codes are based on CUDA 9, where to change the code of Inplace-ABN?
your original implementation:
hi, if I want to use 3090 with CUDA 11, how to change the inplace_abn? some parts of the codes are based on CUDA 9, where to change the code of Inplace-ABN?
your original implementation:
Install Pytorch-1.1
$ conda install pytorch torchvision cudatoolkit=9.0 -c pytorch
Install Inplace-ABN
$ git clone https://github.com/mapillary/inplace_abn.git
$ cd inplace_abn
$ python setup.py install
The text was updated successfully, but these errors were encountered: