Skip to content

Commit

Permalink
Merge pull request hunkim#12 from PW486/fixed
Browse files Browse the repository at this point in the history
Fixed softmax mnist
  • Loading branch information
hunkim authored Nov 15, 2017
2 parents dc97c71 + 7c96d4f commit 59c86cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_2_softmax_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
batch_size = 64

# MNIST Dataset
train_dataset = datasets.MNIST(root='./minst_data/',
train_dataset = datasets.MNIST(root='./mnist_data/',
train=True,
transform=transforms.ToTensor(),
download=True)
Expand Down

0 comments on commit 59c86cc

Please sign in to comment.