Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Last active January 20, 2021 17:23
Show Gist options
  • Select an option

  • Save sadimanna/c4455b0d16d9200d368eed38b3d833fd to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/c4455b0d16d9200d368eed38b3d833fd to your computer and use it in GitHub Desktop.
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