I think there is a bug/typo in https://github.com/dlsyscourse/hw1/blob/master/python/needle/autograd.py#L110: - It is supposed to be `return Tensor.make_const(self.realize_cached_data())` not `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:
I see the same line also in lecture 4.