File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
-- to the quite known MNIST challenge.
8
8
--
9
9
-- It's a good idea to run this script with the interactive mode:
10
- -- $ torch -i 1_data.lua
10
+ -- $ th -i 1_data.lua
11
11
-- this will give you a Torch interpreter at the end, that you
12
12
-- can use to analyze/visualize the data you've just loaded.
13
13
--
Original file line number Diff line number Diff line change 6
6
-- + convolutional network (ConvNet)
7
7
--
8
8
-- It's a good idea to run this script with the interactive mode:
9
- -- $ torch -i 2_model.lua
9
+ -- $ th -i 2_model.lua
10
10
-- this will give you a Torch interpreter at the end, that you
11
11
-- can use to play with the model.
12
12
--
Original file line number Diff line number Diff line change 4
4
-- This script demonstrates tensor slicing / manipulation.
5
5
6
6
-- To run this script, simply do:
7
- -- torch slicing .lua
7
+ -- $ th A_slicing .lua
8
8
-- and then press 'y' or 'return' at each step, to keep going.
9
9
10
10
-- little function to pause execution, and request user input
You can’t perform that action at this time.
0 commit comments