hipster-philology / pandora

A Tagger-Lemmatizer for Natural Languages
MIT License
9 stars 4 forks source link

Change output type of keras model #13

Closed emanjavacas closed 7 years ago

emanjavacas commented 7 years ago

NOTE: this all refers to the pytorch branch

Currently I am using a dict as output of the pytorch model https://github.com/hipster-philology/pandora/blob/pytorch/pandora/impl/pytorch/model.py#L256-L267 This should be matched by the keras branch as well as the client code in tagger.py (example: https://github.com/hipster-philology/pandora/blob/pytorch/pandora/tagger.py#L379)

emanjavacas commented 7 years ago

should be working by #e1aef5d