Skip to content

Commit

Permalink
chainer/bilstm-tagger-withchar.py gpu bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerkesen committed Feb 20, 2017
1 parent 14b75c5 commit 318b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/bilstm-tagger-withchar.py
Expand Up @@ -155,7 +155,7 @@ def tag_sent(self, words):

tagger = Tagger()

if chainer_gpu >= 0:
if args.chainer_gpu >= 0:
tagger.to_gpu()

trainer = O.Adam()
Expand Down

0 comments on commit 318b8ac

Please sign in to comment.