Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues to solve #6

Open
daviddongkc opened this issue Oct 18, 2021 · 1 comment
Open

Issues to solve #6

daviddongkc opened this issue Oct 18, 2021 · 1 comment

Comments

@daviddongkc
Copy link

I observed some issues to solve:

  1. Please specify the correct version of AllenNLP used in the project. I tested many versions and found allennlp==0.9.0 is compatible (took me a few hours to trial and error).
  2. In the Predit_conll.py, we need 'import_submodules('large_scale_oie')' in order to let the customized oie_model to be called (took me one day to get to understand AllenNLP). ​Otherwise model will not be found.
  3. In the extraction.py: lambda function is is no longer supported in python 3. All lambda functions need to be rewritten.
  4. In the benchmark.py, Tabreader is not called at all.

    I made numerous minor modifications here and there. It is extremley time consuming. There are issues in configuring running evironment, training, predicting, and evaluating.
@alanrios2001
Copy link

do you have the modified files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants