Update the C2W1 grading criteria with torch.linalg.vector_norm()?

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?

This is an advice for @lucas.coutinho or for one of the mentors to create a github ticket!