Skip to content

Instantly share code, notes, and snippets.

@andreaschandra
Created March 6, 2022 03:47
Show Gist options
  • Save andreaschandra/30d9c6342c1c772791b47697d88a6201 to your computer and use it in GitHub Desktop.
Save andreaschandra/30d9c6342c1c772791b47697d88a6201 to your computer and use it in GitHub Desktop.
from typing import Type, Any, Callable, Union, List, Optional
import torch
from torch import nn
from torch import Tensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment