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
Have been trying to run a hyperparameter sweep to use CPA but have been running into the same error as #36 . I also saw that I was getting outputs of "NaN or Inf in input tensor" but have done extensive testing and know I don't have either in my initial dataset. But when I looked at my training losses I saw that both the reconstruction and adversarial losses were nans as follows
And the specific sweep would fail at epoch 5 because that's what my check_val_every_n_epoch was set to. I'm guessing that the output about the NaNs/Infs are pointing towards these losses but maybe there's something else going on? My adv_loss was set to cce and I was using your tune_script.py - any idea why I'd fail to get reconstruction and adversarial losses? Happy to provide more information as it would be useful.
The text was updated successfully, but these errors were encountered:
Have been trying to run a hyperparameter sweep to use CPA but have been running into the same error as #36 . I also saw that I was getting outputs of "NaN or Inf in input tensor" but have done extensive testing and know I don't have either in my initial dataset. But when I looked at my training losses I saw that both the reconstruction and adversarial losses were nans as follows
And the specific sweep would fail at epoch 5 because that's what my
check_val_every_n_epoch
was set to. I'm guessing that the output about the NaNs/Infs are pointing towards these losses but maybe there's something else going on? Myadv_loss
was set tocce
and I was using yourtune_script.py
- any idea why I'd fail to get reconstruction and adversarial losses? Happy to provide more information as it would be useful.The text was updated successfully, but these errors were encountered: