Open ImadDabbura opened 2 years ago
I think there is a bug/typo in https://github.com/dlsyscourse/hw1/blob/master/python/needle/autograd.py#L110:
return Tensor.make_const(self.realize_cached_data())
return Tuple.make_const(self.realize_cached_data())
I see the same line also in lecture 4.
I think there is a bug/typo in https://github.com/dlsyscourse/hw1/blob/master/python/needle/autograd.py#L110:
return Tensor.make_const(self.realize_cached_data())
notreturn Tuple.make_const(self.realize_cached_data())
I see the same line also in lecture 4.