Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module is absent when importing #19

Open
wallykop opened this issue Apr 28, 2022 · 1 comment
Open

Module is absent when importing #19

wallykop opened this issue Apr 28, 2022 · 1 comment

Comments

@wallykop
Copy link

Hello!

There is an import in pretraining.py file:

from baselines.data_openml import data_prep_openml,task_dset_ids,DataSetCatCon on line 4

However, in the repo there is no folder baselines, and thus there is an error, when I attempt to apply pretraining in train file.

Thanks!

@Gin-Chuang
Copy link

Hi @wallykop
I have the same problem and I solve it by modifying `from baselines.data_openml ' on line 4 into 'from data_openml ' and it works.
FYR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants