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
Difference of envs between training and testing.
TRAINING: Follow the file provided by the author.
TESTING: The bug maybe touch off by the wrong match of torch and cuda when we install the mmcv. We should config the envs by such a command: pip install torch==1.12.0+cu102 torchvision==0.13.0+cu102 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu102
The text was updated successfully, but these errors were encountered:
Difference of envs between training and testing.
TRAINING: Follow the file provided by the author.
TESTING: The bug maybe touch off by the wrong match of torch and cuda when we install the mmcv. We should config the envs by such a command: pip install torch==1.12.0+cu102 torchvision==0.13.0+cu102 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu102
The text was updated successfully, but these errors were encountered: