NX-AI / xlstm

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

No such file or directory: 'parity_xLSTM01.yaml' #11

Open jabowery opened 3 weeks ago

jabowery commented 3 weeks ago

After:

$ touch experiments/__init__.py
$ export PYTHONPATH="/home/jabowery/devel/xlstm:$PYTHONPATH"

to fix this issue:

(xlstm) jabowery@jaboweryML:~/devel/xlstm$ python experiments/main.py --config parity_xLSTM01.yaml

Traceback (most recent call last):
  File "/home/jabowery/devel/xlstm/experiments/main.py", line 151, in <module>
    with open(args.config, "r", encoding="utf8") as fp:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'parity_xLSTM01.yaml'

The command should be: python experiments/main.py --config experiments/parity_xlstm01.yaml