imsanjoykb / PyTorch-to-Tensorflow

Convert Pytorch Model To Tensorflow

Home Page:https://imsanjoykb.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert PyTorch model to Tensorflow

I have used ONNX[Open Neural Network Exchange] to convert the PyTorch model to Tensorflow.

ONNX is an open format built to represent machine learning models. ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with a variety of frameworks, tools, runtimes, and compilers.

You can find the more details about onnx here: https://onnx.ai/

About

Convert Pytorch Model To Tensorflow

https://imsanjoykb.github.io/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 90.8%Language:Python 9.2%