Created
January 9, 2021 09:01
-
-
Save sadimanna/4114a4785fabcf542d5bdb32fdae2fc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import torch | |
| import torch.nn as nn | |
| from torchvision.models.utils import load_state_dict_from_url | |
| from typing import Type, Any, Callable, Union, List, Optional, cast | |
| from torch import Tensor | |
| from collections import OrderedDict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment