Created
December 17, 2021 14:53
-
-
Save vinimonteiro/99dd83d9edb68a1597b3a9e5ad29c184 to your computer and use it in GitHub Desktop.
nn_pytorch_imports
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 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