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

The code does not work #1

Open
vemonet opened this issue Sep 30, 2024 · 1 comment
Open

The code does not work #1

vemonet opened this issue Sep 30, 2024 · 1 comment

Comments

@vemonet
Copy link

vemonet commented Sep 30, 2024

Hi, I am trying to rerun this code related to a recent paper because of the "Reproducible" part of the scientific research process (and the whole FAIR principles movement etc)

Unfortunately it is not working. I am using the following command:

pip install -r requirements
python End2EndLinker.py

It gives error:

Traceback (most recent call last):
  File "/home/vemonet/dev/tmp/KATRINA/End2EndLinker.py", line 5, in <module>
    from GENRE import GenreLinker
ImportError: cannot import name 'GenreLinker' from 'GENRE' (/home/vemonet/dev/tmp/KATRINA/GENRE/__init__.py)

Which makes total sense since the GENRE library is never installed. You seems to have a local copy of it, but it can't be installed (no setup.py nor pyproject.toml in the folder)

How is this supposed to be installed and run please? I would like to be able to rerun training and testing of the model

@vdanielupb

@vdanielupb
Copy link
Collaborator

Hello, the code will get some updates in the upcoming, days. We will add a detailed description as well, how to run the code and also link the finetuned models.

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