Skip to content

Instantly share code, notes, and snippets.

@sumedhpendurkar
Created March 13, 2019 17:31
Show Gist options
  • Save sumedhpendurkar/7a8aa0fabba043c5c6c4037fc72740f5 to your computer and use it in GitHub Desktop.
Save sumedhpendurkar/7a8aa0fabba043c5c6c4037fc72740f5 to your computer and use it in GitHub Desktop.
PyTorch Includes
import torch
import torch.nn as nn
from torch import optim
import torch.nn.functional as F
from torch.autograd import Variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment