https://github.com/kernferm/onnx-pt-converter
This repository provides a script to convert an ONNX model to a PyTorch model. The script includes functions to load an ONNX model, convert it to a PyTorch model, and save the converted model.
https://github.com/kernferm/onnx-pt-converter
models onnx pt v5 v8 yolo
Last synced: about 1 month ago
JSON representation
This repository provides a script to convert an ONNX model to a PyTorch model. The script includes functions to load an ONNX model, convert it to a PyTorch model, and save the converted model.
- Host: GitHub
- URL: https://github.com/kernferm/onnx-pt-converter
- Owner: KernFerm
- License: mit
- Created: 2024-05-31T21:00:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T10:14:52.000Z (9 months ago)
- Last Synced: 2025-02-12T22:32:45.386Z (3 months ago)
- Topics: models, onnx, pt, v5, v8, yolo
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## updating n fixing
### README WILL GET UPDATED
----
# ONNX to PyTorch Model ConversionThis repository provides a script to convert an ONNX model to a PyTorch model. The script includes functions to load an ONNX model, convert it to a PyTorch model, and save the converted model.
## Example
