16a542663e
Revoke back ElementTimes node to do element-wise multiplication since the implementation there for column element-wise multiplication is incorrect. |
||
---|---|---|
.. | ||
README.txt | ||
TIMIT_EvalSimpleNetwork.config | ||
TIMIT_TrainAutoEncoder.config | ||
TIMIT_TrainMultiInput.config | ||
TIMIT_TrainMultiTask.config | ||
TIMIT_TrainNDLNetwork.config | ||
TIMIT_TrainSimpleNetwork.config | ||
TIMIT_WriteBottleneck.config | ||
TIMIT_WriteScaledLogLike.config | ||
globals.config | ||
runall.bat | ||
select_cpu.config | ||
select_gpu.config |
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>