Strisys Hub
Results
1
issues of
Strisys Hub
Why can't [this function](https://github.com/karpathy/micrograd/blob/master/micrograd/engine.py#L54) simply be implemented as follows? Am I missing something? We are dealing with a composite structure. ``` def backward(self, is_first=True): if (is_first == True): self.grad =...