Reformulate syn-math
This commit is contained in:
@@ -57,7 +57,7 @@ class TensorContainer:
|
||||
|
||||
def requires_grad_(self, requires_grad=True):
|
||||
for tensor in self._tensors:
|
||||
tensor.requires_grad_(requires_grad)
|
||||
tensor.requires_grad_(requires_grad)
|
||||
|
||||
@property
|
||||
def tensors(self):
|
||||
|
Reference in New Issue
Block a user