Skip to content

Commit

Permalink
prettify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-ivanov committed Jan 21, 2016
1 parent 0782f3e commit c6d2bf8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ software requires an NVIDIA GPU.

To execute the program, call:

torch main.lua
torch main.lua

This program starts training the LSTM, and displays intermediate results. main.lua can be
executed with the following options
This program starts training the LSTM and displays intermediate results. main.lua can be
executed with the following options:

torch main.lua -gpuidx 1 -target_length 6 -target_nesting 3
torch main.lua -gpuidx 1 -target_length 6 -target_nesting 3

- gpuidx: chooses a GPU for the program
- target_length: is a maximum number of digits in every number generated in test
Expand All @@ -29,9 +29,9 @@ executed with the following options

Moreover, the command

torch data.lua
torch data.lua

verifies that training data is correct, by evaluating 1000 samples with a python
verifies that training data is correct by evaluating 1000 samples with a python
interpreter (python2.7 is required).


Expand Down

0 comments on commit c6d2bf8

Please sign in to comment.