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
Pytorch's implementation of add_hparams isn't really quite correctly. In particular, it creates a new events file for every write, which is not quite what we want. We should write our own implementation that writes everything to the same events file. Related to #157 .
The text was updated successfully, but these errors were encountered:
Pytorch's implementation of
add_hparams
isn't really quite correctly. In particular, it creates a new events file for every write, which is not quite what we want. We should write our own implementation that writes everything to the same events file. Related to #157 .The text was updated successfully, but these errors were encountered: