gmalivenko/pytorch2keras
PyTorch to Keras model convertor
This tool helps machine learning engineers and researchers convert their trained deep learning models from the PyTorch framework to Keras. You provide a PyTorch model and a sample input, and it generates an equivalent Keras model. This allows you to deploy or further develop models in environments that prefer Keras or TensorFlow.
862 stars. No commits in the last 6 months.
Use this if you have a deep learning model trained in PyTorch and need to deploy or integrate it into a system that uses Keras or TensorFlow, including web-based applications via TensorFlow.js.
Not ideal if your PyTorch model uses very custom or obscure layers not commonly found in standard deep learning architectures.
Stars
862
Forks
143
Language
Python
License
MIT
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gmalivenko/pytorch2keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
onnx/onnx
Open standard for machine learning interoperability
PINTO0309/onnx2tf
Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The...
NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This...
onnx/onnxmltools
ONNXMLTools enables conversion of models to ONNX