Skip to content

Commit

Permalink
run class-based CE on 2 layers LSTM
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisheng committed May 28, 2015
1 parent 82fd2d8 commit 6906152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ExampleSetups/News/steps/s3.class.lstm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ D:\dev\cntkcodeplex\x64\Release\cntk.exe configFile=..\setups\global.config+..\s
# increase class number to 100
\\speechstore5\userdata\kaishengy\bin\binmay28\cntk.exe configFile=\\speechstore5\userdata\kaishengy\exp\news\setups\global.config+\\speechstore5\userdata\kaishengy\exp\news\setups\lstmlm.gpu.classlm.config.txt ExpDir=\\speechstore5\transient\kaishengy\exp\news\s1.lstmcls100lm DEVICE=0 CLASSSIZE=100

# increase class number to 100 with 2 layers of LSTM
\\speechstore5\userdata\kaishengy\bin\binmay28a\cntk.exe configFile=\\speechstore5\userdata\kaishengy\exp\news\setups\global.config+\\speechstore5\userdata\kaishengy\exp\news\setups\lstmlm.gpu.classlm.config.txt ExpDir=\\speechstore5\transient\kaishengy\exp\news\s1.lstmcls100lm.2layer CLASSSIZE=100 train=[SimpleNetworkBuilder=[layerSizes=$VOCABSIZE$:100:200:200:$VOCABSIZE$]] DEVICE=1

0 comments on commit 6906152

Please sign in to comment.