* Fix neural net stuff

This commit is contained in:
Matthew Honnibal 2015-06-28 11:44:58 +02:00
commit 735f1af91f

View File

@ -76,7 +76,6 @@ cdef class Parser:
eg.wipe()
fill_context(&eg.atoms[0], stcls)
self.moves.set_valid(<bint*>&eg.is_valid[0], stcls)
self.model.predict(eg)
self.moves.c[eg.guess].do(stcls, self.moves.c[eg.guess].label)