The loss is always Nan when I use the loss function as follow:
def Myloss1(source, target): loss = torch.nn.functional.mse_loss(source, target, reduction=