[Fix] Add load_url to handle incompatibility of PyTorch versions (#1377)
* [Fix] Fix torch.load error * [Fix] Fix torch.load error * rename _save to _save_ckpt * add load_url to handle imcompatibility of PyTorch versions * add unittest for load_url * fix typo * print a friendly information when error occurred
Showing
mmcv/utils/hub.py
0 → 100644
tests/test_utils/test_hub.py
0 → 100644
Please register or sign in to comment