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

Fix type mistakes in the ensembles #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aleksandratal
Copy link

After executing the command:

python3.6 main.py finetune --data_path exampledata/finetune/freesolv.csv --checkpoint_path ../grover_base.pt                         --dataset_type regression  --split_type scaffold_balanced                         --ensemble_size 3 --no_features_scaling --ffn_hidden_size 200 --epochs 1  

(so in particular setting the ensemble_size to more than 1) the error
’DataLoader' object does not support indexing
was occurring in line 67 in task/train.py. This change fixes it.

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

Successfully merging this pull request may close these issues.

1 participant