You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model is trained on a bigger dataset, but I want to fine-tune it on a smaller dataset. And it goes wrong.
I guess the error is caused by config.yaml file of key include_file_as_baseline_config: there's a train_idcs and val_idcs in it which indicate the indices of the training and validation data. When I train the model on a smaller dataset, the indices are out of range. After I delete these two lines, the error is gone.
The text was updated successfully, but these errors were encountered:
Bug Description
When I try to train a pre-trained model on a smaller dataset, I get the following error:
The model is trained on a bigger dataset, but I want to fine-tune it on a smaller dataset. And it goes wrong.
I guess the error is caused by
config.yaml
file of keyinclude_file_as_baseline_config
: there's atrain_idcs
andval_idcs
in it which indicate the indices of the training and validation data. When I train the model on a smaller dataset, the indices are out of range. After I delete these two lines, the error is gone.The text was updated successfully, but these errors were encountered: