Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Created January 9, 2021 09:01
Show Gist options
  • Select an option

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

Select an option

Save sadimanna/4114a4785fabcf542d5bdb32fdae2fc3 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, 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