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
For example, I'm runing a model on a big dataset. After every 10000 training batches, I'd like to run 1000 validation batches to check the avg_traning_loss and avg_val_loss.
I tried val_check_interval but it just run all validation dataset, which is too big and time consuming. How to validate only part of the validation data?
This is similar to #2534 with something different.
Thanks a lot!
Ben
The text was updated successfully, but these errors were encountered:
🚀 Feature
For example, I'm runing a model on a big dataset. After every 10000 training batches, I'd like to run 1000 validation batches to check the avg_traning_loss and avg_val_loss.
I tried val_check_interval but it just run all validation dataset, which is too big and time consuming. How to validate only part of the validation data?
This is similar to #2534 with something different.
Thanks a lot!
Ben
The text was updated successfully, but these errors were encountered: