convert_torch_to_pytorch
Model converter
Converts PyTorch models to their Torch equivalents.
Convert torch t7 model to pytorch model and source.
539 stars
16 watching
161 forks
Language: Python
last commit: over 1 year ago pytorch
Related projects:
Repository | Description | Stars |
---|---|---|
fanq15/caffe_to_torch_to_pytorch | A tool for converting models between Caffe and PyTorch | 149 |
inisis/brocolli | Converts PyTorch models to various formats for deployment and testing in deep learning frameworks. | 341 |
pytorchbearer/torchbearer | A PyTorch model fitting library designed to simplify the process of training deep learning models. | 636 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |
longcw/pytorch2caffe | Converts PyTorch models to Caffe format. | 541 |
vadimkantorov/caffemodel2pytorch | A tool for converting Caffe models to PyTorch formats | 387 |
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 857 |
huggingface/pytorch-openai-transformer-lm | Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities | 1,511 |
pytorch-labs/torchfix | A tool to analyze and fix issues in PyTorch-related Python code, with automated fixes available. | 102 |
thnkim/openfacepytorch | Converts OpenFace's nn4.small2.v1.t7 model to a PyTorch module for face recognition and feature extraction | 183 |
leonidk/pytorch-tf | A tool to help convert PyTorch models to TensorFlow | 94 |
ca1773130n/torch2caffe2 | Converts Torch models to Caffe2 protobuf files using ONNX-Caffe2 backend | 6 |
leviswind/pytorch-transformer | Implementation of a transformer-based translation model in PyTorch | 239 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 508 |
pistony/torch-toolbox | A collection of reusable utility functions and classes to simplify PyTorch development | 417 |