grypesc / SEED

ICLR2024 paper on Continual Learning
https://arxiv.org/abs/2401.10191
MIT License
28 stars 5 forks source link

Can not import an module #3

Closed kandeldeepak46 closed 5 months ago

kandeldeepak46 commented 5 months ago

This is a very naive issue.

I cloned the repo, installed the dependencies, and tried the script

sh cifar10x10.sh

I am getting the following error

image

This is a very basic issue, I have verified that everything is there. I have no clue

kandeldeepak46 commented 5 months ago

I have just tried a random hack : added init.py inside the datasets folder and it worked

grypesc commented 5 months ago

Hey! The script should be run from the root directory, also try using bash, instead of sh and Python at least 3.7. Hope that helps!