Skip to content

Instantly share code, notes, and snippets.

@vinimonteiro
Created December 17, 2021 14:53
Show Gist options
  • Select an option

  • Save vinimonteiro/99dd83d9edb68a1597b3a9e5ad29c184 to your computer and use it in GitHub Desktop.

Select an option

Save vinimonteiro/99dd83d9edb68a1597b3a9e5ad29c184 to your computer and use it in GitHub Desktop.
nn_pytorch_imports
import torch
import torchvision
import torch.nn.functional as F
import matplotlib.pyplot as plt
import torch.nn as nn
import torch.optim as optim
from torchvision import transforms, datasets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment