-
Notifications
You must be signed in to change notification settings - Fork 120
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
ModuleNotFoundError: No module named 'experiments' #45
Comments
from ...metrics import SequenceAccuracy |
Do not do that. |
Should be fixed now by adding an init.py in the experiments folder. |
@SajayR @Adapter525 @skzxc00 |
Include the following in pyproject.toml: [tool.setuptools.packages] |
Adding the repository to your PYTHONPATH also resolves the issue. f.e. export PYTHONPATH=$PYTHONPATH:~/repos/xlstm |
There is always a problem when training experiment scripts:ModuleNotFoundError: No module named 'experiments'. Have you ever encountered such an error?
The text was updated successfully, but these errors were encountered: