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
When doing seed optimization? Not really - this is the safest option. During "normal" training, you usually only have to initialize a model and trainer once.
I've discovered the issue, and will be creating a patch soon. In the meantime, you can add this line right at the end of the for-loop code block instead of the del trainer, model.
examples/training/data_augmentation/train_sts_seed_optimization.py
The text was updated successfully, but these errors were encountered: