CNTK/Common/CheckInSuites/SLU
Frank Seide ace97fd6c7 updated 'tag=' expressions in tests (and also sample and book) to be spelled with double quotation marks (e.g. tag="output");
renamed tag="Criteria" to tag="criterion" everywhere
2015-11-27 22:00:53 -08:00
..
README.txt added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
atis.dev.IOB.simple added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
atis.test.apos.pred.pos.head.IOB.simple added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
atis.train.apos.pred.pos.head.IOB.simple added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
globals.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
input.txt added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
inputmap.txt added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
lstmNDL.txt updated 'tag=' expressions in tests (and also sample and book) to be spelled with double quotation marks (e.g. tag="output"); 2015-11-27 22:00:53 -08:00
output.txt added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
rnnlu.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
rnnlu.ndl.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00

README.txt

C:\dev\cntk3\CNTKSolution\x64\Release\cntk configFile=globals.config+rnnlu.config


# expected results, which has a copy at Expected.log is 
$ grep Finish c:/temp/exp/atis/ATIS/log_LSTM_LSTMTest.log
Finished Epoch[1]: [Training Set] Train Loss Per Sample = 4.7967326    EvalErr Per Sample = 4.7967326   Ave Learn Rate Per Sample = 0.1000000015  Epoch Time=0.177
Finished Epoch[1]: [Validation Set] Train Loss Per Sample = 4.6260059  EvalErr Per Sample = 4.6260059
Finished Epoch[2]: [Training Set] Train Loss Per Sample = 4.4580467    EvalErr Per Sample = 4.4580467   Ave Learn Rate Per Sample = 0.1000000015  Epoch Time=0.178
Finished Epoch[2]: [Validation Set] Train Loss Per Sample = 4.0801723  EvalErr Per Sample = 4.0801723
Finished Epoch[3]: [Training Set] Train Loss Per Sample = 3.6568716    EvalErr Per Sample = 3.6568716   Ave Learn Rate Per Sample = 0.1000000015  Epoch Time=0.171
Finished Epoch[3]: [Validation Set] Train Loss Per Sample = 2.6959986  EvalErr Per Sample = 2.6959986

del /q c:\temp\exp\atis
C:\dev\cntk3\CNTKSolution\x64\Release\cntk configFile=globals.config+rnnlu.ndl.config
#should have the same output as above using simple network builder.