Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavinov committed Feb 3, 2017
1 parent 90395f3 commit 636d7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch/rot_mnist12K.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ local opt = define_constants()

-- Load and unzip "Rotated MNIST digits" dataset from the following address:
-- http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/MnistVariations
local train_file = 'mnist_all_rotation_normalized_float_train_valid.amat'
local test_file = 'mnist_all_rotation_normalized_float_test.amat'
local train_file = '../mnist_all_rotation_normalized_float_train_valid.amat'
local test_file = '../mnist_all_rotation_normalized_float_test.amat'
local train = load_rotated_mnist(train_file, -1)
local test = load_rotated_mnist(test_file, -1)
local n_train_data = train.data:size(1) -- Number of training samples.
Expand Down

0 comments on commit 636d7b0

Please sign in to comment.