Skip to content

Commit

Permalink
(removed accidental debug change)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Mar 3, 2016
1 parent b80050a commit a5f11cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Text/PennTreebank/Config/rnn.cntk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ testFile = "ptb.test.txt"
writeWordAndClassInfo = [
action = "writeWordAndClass"
inputFile = "$DataDir$/$trainFile$"
xbeginSequence = "</s>"
beginSequence = "</s>"
endSequence = "</s>"
outputVocabFile = "$ModelDir$/vocab.txt"
outputWord2Cls = "$ModelDir$/word2cls.txt"
Expand Down

0 comments on commit a5f11cd

Please sign in to comment.