This commit is contained in:
Filippo Olivo
2024-11-28 11:06:38 +01:00
committed by Nicola Demo
parent 3c95441aac
commit f748b66194
9 changed files with 28 additions and 29 deletions

View File

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