vene / marseille

Mining Argument Structures with Expressive Inference (Linear and LSTM Engines)
BSD 3-Clause "New" or "Revised" License
63 stars 29 forks source link

Function missing in experiments.predict_pretrained #8

Closed XinyuHua closed 6 years ago

XinyuHua commented 6 years ago

Hi!

I'm trying to run a trained model (linear, non-struct, full) on my data while I realize "linear" is not implemented even though it is mentioned as an option in ln 15 of experiments.predict_pretrained.py

Thanks!

vene commented 6 years ago

Take a look at this file:

https://github.com/vene/marseille/blob/master/experiments/exp_baseline_linear.py

You could expand the "predict_pretrained" functionality using this approach.

On Fri, Jun 15, 2018, 17:33 Xinyu Hua notifications@github.com wrote:

Hi!

I'm trying to run a trained model (linear, non-struct, full) on my data while I realize "linear" is not implemented even though it is mentioned as an option in ln 15 of experiments.predict_pretrained.py

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vene/marseille/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOwUXgQtKyp_7tUTfS6fsPr7DyjgMbeks5t9CgygaJpZM4UqLQM .

XinyuHua commented 6 years ago

Thanks, after some work I think it's solvable now.