Skip to content

Code execution

Arulkumar edited this page Nov 28, 2017 · 3 revisions

To execute a particular file (doall.lua,doallTest.lua), first cd to the folder ./src folder.

Training

After making sure that the preprocessing of the data is done correctly and setting all the options accordingly, execute the file doall.lua as,

th doall.lua

The trained model(s) will be stored (after every epoch) in the folder './scratch'.

Testing

After setting the options for test in 'doallTest.lua' file, execute it as,

th doallTest.lua
Clone this wiki locally