Last active
January 20, 2021 17:23
-
-
Save sadimanna/c4455b0d16d9200d368eed38b3d833fd 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, Dict, 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