NX-AI / xlstm

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

fix: Module not found and import error for experiments fixed #17

Open LostOxygen opened 3 weeks ago

LostOxygen commented 3 weeks ago

Fixed issues regarding the ModuleNotFound errors for the experiments module which was missing it's __init__.py file and several ImportErrors for relative imports without parent packages.