NX-AI / xlstm

Official repository of the xLSTM.
GNU Affero General Public License v3.0
918 stars 66 forks source link

No experiments/__init__.py #10

Open jabowery opened 3 weeks ago

jabowery commented 3 weeks ago
(xlstm) jabowery@jaboweryML:~/devel/xlstm$ python experiments/main.py --config parity_xLSTM11.yaml
Traceback (most recent call last):
  File "/home/jabowery/devel/xlstm/experiments/main.py", line 9, in <module>
    from experiments.data.formal_language.formal_language_dataset import (
ModuleNotFoundError: No module named 'experiments'
LostOxygen commented 3 weeks ago

fixed the module and import issues as well as the wrong CLI commands in the README in #17 and #18