Experiment - ONNX export
Problem:You have a PyTorch model trained for digit classification. You want to export it to ONNX format to use it in other frameworks or deployment environments.
Current Metrics:Training accuracy: 98%, Validation accuracy: 96%, Model saved only in PyTorch format (.pt)
Issue:The model is only saved in PyTorch format, which limits interoperability with other tools that support ONNX. You need to export the model correctly to ONNX format.