Skip to content

Commit

Permalink
Update resnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuanwei authored Apr 24, 2021
1 parent d419558 commit c121437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/models/resnet.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
from torch import Tensor
import torch.nn as nn
from .utils import load_state_dict_from_url
from torch.hub import load_state_dict_from_url
from typing import Type, Any, Callable, Union, List, Optional


Expand Down

0 comments on commit c121437

Please sign in to comment.