You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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.
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:
It gives error:
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
norpyproject.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
The text was updated successfully, but these errors were encountered: