Bug Report for https://neetcode.io/problems/handwritten-digit-classifier
There seems to be an inconsistency between the random seed used for the expected output and the seed setup in the problem description.
Even when setting torch.manual_seed(0) before initializing the model and input tensor, the output does not match the expected result provided in the test case.