Revert "Fix bugs (#385)" (#386)

This reverts commit 69cd0ed8cda91c92dab6551a0c6dfd94d199cee7.
This commit is contained in:
Dario Coscia
2024-11-27 19:58:42 +01:00
committed by Nicola Demo
parent 6da74cadd5
commit 3c95441aac
7 changed files with 14 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import torch
from torch import Tensor
full_labels = False
full_labels = True
MATH_FUNCTIONS = {torch.sin, torch.cos}
class LabelTensor(torch.Tensor):