CNTK/Common/CheckInSuites/ASR/config
Dong Yu 16a542663e added RowElementTimes and ColumnElementTimes nodes.
Revoke back ElementTimes node to do element-wise multiplication since the implementation there for column element-wise multiplication is incorrect.
2015-08-05 15:13:11 -07:00
..
README.txt added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_EvalSimpleNetwork.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_TrainAutoEncoder.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_TrainMultiInput.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_TrainMultiTask.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_TrainNDLNetwork.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_TrainSimpleNetwork.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_WriteBottleneck.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
TIMIT_WriteScaledLogLike.config 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
runall.bat added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
select_cpu.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
select_gpu.config added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00

README.txt

These scripts are similar to those in the TIMIT folder of the ExampleSetups except they use much fewer files (100 utterances) and fewer minibatches. See the README.txt file there for more details about these configurations. 

To test on CPU:
CNTK.exe  WorkDir=...  ExpDir=...  LibDir=...  ScpDir=...  configFile=globals.config+select_cpu.config+<DesiredConfigFile>

To test on GPU:
CNTK.exe  WorkDir=...  ExpDir=...  LibDir=...  ScpDir=...  configFile=globals.config+select_gpu.config+<DesiredConfigFile>