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
@xiadingZ instead of setting self.hparams, can you try using self.save_hyperparameters() to save anything into self.hparams passed to the LightningModule?
tensorboard version: 2.3.0
pytorch-lightning version: 0.9.0 rc16
my code:
tensorbord 2.2.0 is ok, 2.3.0 can't show hparams, says no hparams data found
The text was updated successfully, but these errors were encountered: