Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tllib/vision/models/segmentation/deeplabv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
@contact: [email protected]
"""
import torch.nn as nn
from torchvision.models.utils import load_state_dict_from_url

from torch.hub import load_state_dict_from_url

model_urls = {
'deeplabv2_resnet101': 'https://cloud.tsinghua.edu.cn/f/2d9a7fc43ce34f76803a/?dl=1'
Expand Down