Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
value Out[35]: tensor(3211., device='cuda:0') value.mean() * batch_size / batch_size Out[36]: tensor(3210.9998, device='cuda:0') value.type(torch.float64).mean() * batch_size / batch_size Out[37]: tensor(3211., device='cuda:0', dtype=torch.float64)
- Loading branch information