dwadden / dygiepp

Span-based system for named entity, relation, and event extraction.
MIT License
569 stars 120 forks source link

sets pytorch model mode to eval for using in spacy #94

Closed e3oroush closed 2 years ago

e3oroush commented 2 years ago

Fixes the bug mentioned in #89

dwadden commented 2 years ago

Just a note that there are two separate problems associated with #89: see this comment

This PR fixes the first problem, but not the second. I'll merge.