I have checked that all the tensors that are either input to the model or being created inside the model are never NaN or Inf unlike this Warning: NaN or Inf found in input tensor.
Could you please help me to resolve this issue. Thank you very much,
How did you make sure that no input value is a NaN or Inf?
Could you share some code and maybe add an assert statement to raise an exception, if a NaN or Inf was detected?
Hi, I am also getting the same error and have feeling might have something to do with tensorboard. Could you please share what did you changed. Your provided link is not quite clear