Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: model-converter

apple/coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.

Language: Python - Size: 60.6 MB - Last synced: about 8 hours ago - Pushed: about 18 hours ago - Stars: 4,151 - Forks: 598

AlexanderLutsenko/nobuco

Pytorch to Keras/Tensorflow conversion made intuitive

Language: Python - Size: 4.64 MB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 208 - Forks: 10

alibaba/TinyNeuralNetwork

TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.

Language: Python - Size: 25 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 718 - Forks: 118

PaddlePaddle/X2Paddle

Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具)

Language: Python - Size: 22.1 MB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 715 - Forks: 160

PINTO0309/onnx2json

Exports the ONNX file to a JSON file and JSON dict.

Language: Python - Size: 37.1 KB - Last synced: 10 days ago - Pushed: over 1 year ago - Stars: 31 - Forks: 4

PINTO0309/onnx2tf

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.

Language: Python - Size: 3.89 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 559 - Forks: 59

PINTO0309/ssi4onnx

Simple Shape Inference tool for ONNX.

Language: Python - Size: 3.31 MB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 3 - Forks: 0

PINTO0309/sbi4onnx

A very simple script that only initializes the batch size of ONNX. Simple Batchsize Initialization for ONNX.

Language: Python - Size: 15 MB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 7 - Forks: 1

PINTO0309/sor4onnx

Simple OP Renamer for ONNX.

Language: Python - Size: 630 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 5 - Forks: 1

PINTO0309/scc4onnx

Very simple NCHW and NHWC conversion tool for ONNX. Change to the specified input order for each and every input OP. Also, change the channel order of RGB and BGR. Simple Channel Converter for ONNX.

Language: Python - Size: 14.1 MB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 19 - Forks: 0

PINTO0309/sam4onnx

A very simple tool to rewrite parameters such as attributes and constants for OPs in ONNX models. Simple Attribute and Constant Modifier for ONNX.

Language: Python - Size: 48.8 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 11 - Forks: 1

PINTO0309/simple-onnx-processing-tools

A set of simple tools for splitting, merging, OP deletion, size compression, rewriting attributes and constants, OP generation, change opset, change to the specified input order, addition of OP, RGB to BGR conversion, change batch size, batch rename of OP, and JSON convertion for ONNX models.

Language: Python - Size: 337 KB - Last synced: 10 days ago - Pushed: about 2 months ago - Stars: 255 - Forks: 23

microsoft/MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.

Language: Python - Size: 35.5 MB - Last synced: 14 days ago - Pushed: 8 months ago - Stars: 5,783 - Forks: 968

PINTO0309/sio4onnx

Simple tool to change the INPUT and OUTPUT shape of ONNX.

Language: Python - Size: 25.4 KB - Last synced: 3 days ago - Pushed: almost 2 years ago - Stars: 14 - Forks: 1

zhenhuaw-me/tflite2onnx

Convert TensorFlow Lite models (*.tflite) to ONNX.

Language: Python - Size: 137 MB - Last synced: 10 days ago - Pushed: 7 months ago - Stars: 142 - Forks: 26

open-mmlab/mmdeploy

OpenMMLab Model Deployment Framework

Language: Python - Size: 13.1 MB - Last synced: 29 days ago - Pushed: about 1 month ago - Stars: 2,541 - Forks: 592

MarsTechHAN/keras2ncnn

A keras h5df to ncnn model converter

Language: Python - Size: 466 KB - Last synced: 27 days ago - Pushed: over 1 year ago - Stars: 89 - Forks: 19

huggingface/exporters

Export Hugging Face models to Core ML and TensorFlow Lite

Language: Python - Size: 285 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 534 - Forks: 31

PINTO0309/sne4onnx

A very simple tool for situations where optimization with onnx-simplifier would exceed the Protocol Buffers upper file size limit of 2GB, or simply to separate onnx files to any size you want.

Language: Python - Size: 30.3 KB - Last synced: 4 days ago - Pushed: about 1 month ago - Stars: 13 - Forks: 1

PINTO0309/sng4onnx

A simple tool that automatically generates and assigns an OP name to each OP in an old format ONNX file.

Language: Python - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

PINTO0309/sog4onnx

Simple ONNX operation generator. Simple Operation Generator for ONNX.

Language: Python - Size: 64.5 KB - Last synced: 11 days ago - Pushed: about 1 month ago - Stars: 7 - Forks: 0

PINTO0309/snc4onnx

Simple tool to combine(merge) onnx models. Simple Network Combine Tool for ONNX.

Language: Python - Size: 44.8 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 13 - Forks: 2

sshane/Konverter

Convert simple Keras models to pure Python 🐍+ NumPy

Language: Python - Size: 7.52 MB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 39 - Forks: 9

PINTO0309/scs4onnx

A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible.

Language: Python - Size: 19.1 MB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 51 - Forks: 1

PINTO0309/soc4onnx

A very simple tool that forces a change in the opset of an ONNX graph. Simple Opset Changer for ONNX.

Language: Python - Size: 23.4 KB - Last synced: 9 days ago - Pushed: almost 2 years ago - Stars: 7 - Forks: 0

PINTO0309/tflite2json2tflite

Convert tflite to JSON and make it editable in the IDE. It also converts the edited JSON back to tflite binary.

Language: Dockerfile - Size: 5.42 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 23 - Forks: 3

PINTO0309/json2onnx

Converts a JSON file to an ONNX file.

Language: Python - Size: 23.4 KB - Last synced: 7 days ago - Pushed: 9 months ago - Stars: 17 - Forks: 1

PINTO0309/soa4onnx

Simple model Output OP Additional tools for ONNX.

Language: Python - Size: 631 KB - Last synced: 26 days ago - Pushed: 10 months ago - Stars: 4 - Forks: 1

PINTO0309/sed4onnx

Simple ONNX constant encoder/decoder. Since the constant values in the JSON files generated by onnx2json are Base64-encoded values, ASCII <-> Base64 conversion is required when rewriting JSON constant values.

Language: Python - Size: 27.3 KB - Last synced: 5 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

PINTO0309/sna4onnx

Simple node addition tool for onnx. Simple Node Addition for ONNX.

Language: Python - Size: 110 KB - Last synced: 10 days ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 1

PINTO0309/snd4onnx

Simple node deletion tool for onnx.

Language: Python - Size: 64.5 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 6 - Forks: 0

omerferhatt/torch2tflite

PyTorch to TensorFlow Lite converter

Language: Python - Size: 12.3 MB - Last synced: 8 months ago - Pushed: about 2 years ago - Stars: 172 - Forks: 41

imWildCat/a-simple-tutorial-about-caffe-tensorflow-model-conversion

Files for A simple tutorial about Caffe-TensorFlow model conversion

Language: Python - Size: 8.72 MB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 2 - Forks: 1

cinastanbean/pytorch-onnx-tensorflow-pb

Converting A PyTorch Model to Tensorflow pb using ONNX

Language: HTML - Size: 150 KB - Last synced: 7 months ago - Pushed: almost 5 years ago - Stars: 159 - Forks: 45

PINTO0309/ssc4onnx

Checker with simple ONNX model structure. Simple Structure Checker for ONNX.

Language: Python - Size: 28.4 MB - Last synced: 13 days ago - Pushed: 9 months ago - Stars: 3 - Forks: 1

Sunbread/Ckpt2Diff

This user-friendly wizard is used to convert a Stable Diffusion Model from CKPT format to Diffusers format.

Language: Python - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 8 - Forks: 1

matlab-deep-learning/Image-Classification-in-MATLAB-Using-Converted-TensorFlow-Model

This repository shows how to import a pretrained TensorFlow model in the SavedModel format, and use the imported network to classify an image.

Language: MATLAB - Size: 1.39 MB - Last synced: over 1 year ago - Pushed: about 2 years ago - Stars: 8 - Forks: 1

PINTO0309/sde4onnx

Simple doc_string eraser for ONNX.

Language: Python - Size: 14.6 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0