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
File "directcandranker.py", line 2, in <module>
from rexgen_direct.rank_diff_wln.nn import linearND, linear
ModuleNotFoundError: No module named 'rexgen_direct'
I have no clue where to even start with this code, is there a tutorial or better place to ask questions like this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sorry for missing this question. There isn't a better tutorial or other place to ask questions, thanks for your patience.
The imports and relative paths in this code were defined...lazily, to be blunt. These imports are written so that the code can be run from the main repo rexgen_direct folder with your PYTHONPATH including the current directory.
I have no clue where to even start with this code, is there a tutorial or better place to ask questions like this?
Thanks in advance
The text was updated successfully, but these errors were encountered: