Sign in
android
/
platform
/
external
/
pytorch
/
a32be76a537d02309e148b7e17bf4d83709364f0
/
.
/
torch
/
utils
/
model_zoo.py
blob: e0c6004e23ea806a2c83e12cd2998e0279e0b16f [
file
] [
log
] [
blame
]
# torchvision imports tqdm from here.
from
torch
.
hub
import
tqdm
,
load_state_dict_from_url
as
load_url
# noqa: F401