leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Bug Report for handwritten-digit-classifier

Open dariafung opened this issue 1 month ago • 0 comments

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.

dariafung avatar Nov 10 '25 05:11 dariafung