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
It's a drag for people to have to install tensorboard, run the server, surf to the page, then learn to interpret it. And then they have to remember to check it again if the rules they add change the learning rate they need. It seems like we ought to be able to pick a LR automatically, perhaps by watching for oscillations or something even more clever. (The Adam optimizer does dial in the LRs (one per input, in fact) automatically, but it can take several iterations. In the meantime, early stopping fires off prematurely, leaving you with an incorrect result.)
The text was updated successfully, but these errors were encountered:
It's a drag for people to have to install tensorboard, run the server, surf to the page, then learn to interpret it. And then they have to remember to check it again if the rules they add change the learning rate they need. It seems like we ought to be able to pick a LR automatically, perhaps by watching for oscillations or something even more clever. (The Adam optimizer does dial in the LRs (one per input, in fact) automatically, but it can take several iterations. In the meantime, early stopping fires off prematurely, leaving you with an incorrect result.)
The text was updated successfully, but these errors were encountered: