Hi professor, Should the x.grad.tensor.zero_() in TensorOperations]/auto_diff_fx.py be x.grad.zero_() or x.grad.data.zero_()? And the coordinates[t, 1] = y.tensor should be coordinates[t, 1] = y.data