I was facing similar issue, and passing each sample through the function torch.nan_to_num()
did the trick. I noticed very few samples were having nan.
1 Like
I was facing similar issue, and passing each sample through the function torch.nan_to_num()
did the trick. I noticed very few samples were having nan.