Skip to content

Commit

Permalink
adapted seqcla.cntk to a renamed optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Aug 9, 2016
1 parent b32a04e commit e44b53e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Train=[
model = Sequential
(
EmbeddingLayer {embedDim, embeddingPath='embeddingmatrix.txt', transpose=true} : # load the pre-learned word embedding matrix
RecurrentLSTMLayer {lstmDim, cellDim=cellDim} :
RecurrentLSTMLayer {lstmDim, cellShape=cellDim} :
BS.Sequences.Last :
DenseLayer {numLabels}
)
Expand Down

0 comments on commit e44b53e

Please sign in to comment.