rubencart

Results 26 comments of rubencart

What's the status on this? :)

@ynuwm that is automatically added by the line `cmd.append(os.path.join(path_to_jar_dirname, os.path.basename(tmp_file.name)))`. Just change that line into `cmd[0] += os.path.join(path_to_jar_dirname, os.path.basename(tmp_file.name))`

Never mind, I see that this PR is equivalent to this PR: https://github.com/spro/practical-pytorch/pull/120

Same problem: https://github.com/wandb/wandb/issues/4248

Would be nice if this got fixed soon!

OK thanks! Can I install from source with the fix for now, or will the mir_eval dependency prevent that from working?

Thank you :-). I am more interested in an efficient way for any pair of spans. The hessian trick sounds interesting, could you perhaps point me to a reference that...

That's super interesting, thank you for your help! I am going to try to use this for my project, but would you like me to make an attempt for a...