Skip to content

Commit

Permalink
fix maskrcnn model loading issues for torch 1.12 (intel#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
changwangss authored Jul 21, 2022
1 parent 53e5b25 commit cf72656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys

# apis moved from torch.utils.model_zoo to torch.hub
from torch.hub import _download_url_to_file
from torch.hub import download_url_to_file
from torch.hub import urlparse
from torch.hub import HASH_REGEX

Expand Down

0 comments on commit cf72656

Please sign in to comment.