pytorch-tf
Model converter
A tool to help convert PyTorch models to TensorFlow
Converting a pretrained pytorch model to tensorflow
94 stars
5 watching
33 forks
Language: Jupyter Notebook
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 859 |
vadimkantorov/caffemodel2pytorch | A tool for converting Caffe models to PyTorch formats | 390 |
triagemd/model-converters | A tool for converting Keras models to use with TensorFlow | 7 |
tf-coreml/tf-coreml | A tool for converting TensorFlow models to CoreML format for deployment on Apple devices. | 1,333 |
jinyu121/dw2tf | A tool for converting Darknet model files to TensorFlow graph format | 219 |
lucidrains/reformer-pytorch | An implementation of Reformer, an efficient Transformer model for natural language processing tasks. | 2,132 |
clcarwin/convert_torch_to_pytorch | Converts PyTorch models to their Torch equivalents. | 541 |
fanq15/caffe_to_torch_to_pytorch | A tool for converting models between Caffe and PyTorch | 150 |
tulasiram58827/craft_tflite | This project converts a pre-trained CRAFT model to a TFLite model and provides an inference code for using the converted model. | 32 |
leviswind/pytorch-transformer | Implementation of a transformer-based translation model in PyTorch | 240 |
szagoruyko/functional-zoo | Repository providing pre-trained models and model definitions for PyTorch and TensorFlow using a functional programming style | 587 |
tulasiram58827/ocr_tflite | A repository to convert popular OCR models into TensorFlow Lite (TFLite) formats for efficient deployment on mobile devices. | 101 |
longcw/pytorch2caffe | Converts PyTorch models to Caffe format. | 541 |
inisis/brocolli | Converts PyTorch models to various formats for deployment and testing in deep learning frameworks. | 341 |
thnkim/openfacepytorch | Converts OpenFace's nn4.small2.v1.t7 model to a PyTorch module for face recognition and feature extraction | 183 |