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
If your data does not include NaN or Inf values, the problem may occur due to the calculation of the relative Euclidean distance during the reconstruction process.
The reconstructed output x_hat may contain all zero values, which can occur because we have limited control over the decoding process. To address this issue, we can consider adding a minimum value to the output. The code snippet for this approach is provided below:
Hello,
When I am trying your training code for my data, I will get nan values for the total_loss and sample_energy.
Any suggestion?
The text was updated successfully, but these errors were encountered: