We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
There is an import in pretraining.py file:
pretraining.py
from baselines.data_openml import data_prep_openml,task_dset_ids,DataSetCatCon on line 4
from baselines.data_openml import data_prep_openml,task_dset_ids,DataSetCatCon
However, in the repo there is no folder baselines, and thus there is an error, when I attempt to apply pretraining in train file.
baselines
Thanks!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Hello!
There is an import in
pretraining.py
file:from baselines.data_openml import data_prep_openml,task_dset_ids,DataSetCatCon
on line 4However, in the repo there is no folder
baselines
, and thus there is an error, when I attempt to apply pretraining in train file.Thanks!
The text was updated successfully, but these errors were encountered: