Anuj Dutt

Results 3 comments of Anuj Dutt

Hi @Seanbakko. The best path currently would be to save your PyTorch model in ONNX format. For that you can make use of PyTorch's built-in API "torch.onnx.export(model, dummy_input, "model.onnx")". Once...

Hi, it looks like you are getting an issue regarding the mismatch of the Magic Number in the dataset. The magic number for the dataset is available here: http://yann.lecun.com/exdb/mnist/ ```...

Hi. Can you please extract the files from the attached zip file and see if that works. Let me know if you still have any issues. Hope this helps. [dataset.zip](https://github.com/anujdutt9/Handwritten-Digit-Recognition-using-Deep-Learning/files/10738095/dataset.zip)