Open skzxc00 opened 3 months ago
from ...metrics import SequenceAccuracy ImportError: attempted relative import beyond top-level package
pip install experiments
should probably fix the issue
Do not do that.
Should be fixed now by adding an init.py in the experiments folder.
@SajayR @Adapter525 @skzxc00 Put the main function at the same level as experiments!!!!!!!!
Include the following in pyproject.toml:
[tool.setuptools.packages] find = { include = ["xlstm", "experiments"] }
There is always a problem when training experiment scripts:ModuleNotFoundError: No module named 'experiments'. Have you ever encountered such an error?