Bartek
Results
2
comments of
Bartek
If I understand correctly in case of whole numbers this method should should return just a number without rounding. But in current implementation if the number is greater than 0,...
Maybe merge both the asserts into one. Even if it saves just one line I think it would look better. `assert(type(tensor) == Tensor and len(tensor.shape) == 1) # doesn't support...