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
As show in the figure,
It raise the overflow problem and loss in nan.
I have tried the lr callback and trainer.tune(model,module) - tuner.lr_find(model, datamodule=module,early_stop_threshold=None)
as shown in the issue of #4846 but it doesn't work. Seems has nested loop in K-fold loops that cause the lr_find Wrong iteration, which K times the value of num_training, which at least casue the progress output problem!
But I haven't idea to solve it, plz help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As show in the figure,

It raise the overflow problem and loss in nan.
I have tried the lr callback and trainer.tune(model,module) - tuner.lr_find(model, datamodule=module,early_stop_threshold=None)
as shown in the issue of #4846 but it doesn't work.
Seems has nested loop in K-fold loops that cause the lr_find Wrong iteration, which K times the value of num_training, which at least casue the progress output problem!
But I haven't idea to solve it, plz
help!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions