GateNLP / gate-lf-pytorch-json

PyTorch wrapper for the LearningFramework GATE plugin
Apache License 2.0
1 stars 2 forks source link

Sequence application needs to get properly implemented! #10

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

Only have the eval for now, but not the apply. Should use the code from acc eval to come up with the predictions.

johann-petrak commented 6 years ago

First step completed, but we need to change everything to from the start not bother about batches, but only apply to single instances or sequences.