This commit is contained in:
kaisheny 2015-05-20 14:11:16 -07:00
Родитель 70b9d68c80
Коммит 1781d40aaf
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -4,4 +4,4 @@ ConfigDir=$WorkDir$\config
NdlDir=$ConfigDir$
ExpDir=c:\temp\exp\atis
OutDir=$ExpDir$\output
DeviceNumber=-1
DeviceNumber=0

Просмотреть файл

@ -15,7 +15,7 @@ LSTM=[
# minibatch size, for example in language model, is the number of input words
# e.g., 6, corresponds to having 6 inputs words from one sentence
# In the learning process, we split an input sequence into a vector of subsequences of size T_bptt .
minibatchSize=10
minibatchSize=100
# need to be small since models are updated for each minibatch
traceLevel=1
@ -38,12 +38,12 @@ LSTM=[
# # default hidden layer activity
defaultHiddenActivity=0.1
recurrentLayer=2
recurrentLayer=2:3:4
# randomization range
initValueScale=6.0
# first layer, second layer, and output layer size
layerSizes=2832:50:300:127
layerSizes=2832:50:300:300:300:127
rnnType=LSTM
lookupTableOrder=3