Skip to content

Instantly share code, notes, and snippets.

View akhilesh-pandey's full-sized avatar

Akhilesh Pandey akhilesh-pandey

View GitHub Profile
@akhilesh-pandey
akhilesh-pandey / train.py
Created November 28, 2018 10:26 — forked from bveliqi/train.py
PyTorch - Tiny-ImageNet
import torch
import torch.nn as nn
import torch.optim as optim
import torchvision.datasets as datasets
import torch.utils.data as data
import torchvision.transforms as transforms
from torch.autograd import Variable