On the C2W1 programming assignment, I changed torch.norm() to torch.linalg.vector_norm() per pytorch.org guidance that the former was deprecated. My code ran fine but it didn’t pass the grading until I change back to torch.norm(). Does it make sense to update the grading criteria?