Replies: 1 comment
|
@mtomic123 is it running without this callback? how did you introduce that test set? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This page:
https://ts.gluon.ai/stable/tutorials/advanced_topics/trainer_callbacks.htmloutlines how to use early stopping with a model and it provides a ClassMetricInferenceEarlyStoppingfor that.How does one use this for my case where I define the predictor at the end? For example in my case I have:
however the issue here is that
es_callbackrequires predictor before I create a predictor?All reactions