MMdnn
MMdnn copied to clipboard
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, PyT...
I want to convert an Inception_v3 model (from Caffe) to PyTorch. Would you please kindly help me to do that? Just as another suggestion, I think it would be great...
Platform (like ubuntu 16.04/win10): Ubuntu 20.04 and Windows 10 Python version: 3.9.7 Source framework with version (like Tensorflow 1.4.1 with GPU): PyTorch 1.9.1 CPU only Destination framework with version (like...
Platform (like ubuntu 16.04/win10): Ubuntu 16.04 Python version: python 3.6 Source framework with version (like Tensorflow 1.4.1 with GPU): pytorch 1.2.0 with GPU torchvision 0.4.0 Destination framework with version (like...
Hello. I'd like to say that this repository could be a piece of gold in a DL society. Unfortunately, you have not implemented quite basic operations, like sum along axis,...
Hello. I want to convert mxnet model to pytorch. I've found out bad rename mappings in mxnet_parser.py, which is easily solved. However, it's not obvious how to make new rename...
This PR updates `MMdnn` for `TensorFlow` **v2** compatibility by utilizing legacy support in TF2 Main reason is that TF1 requires Python 3.7 or lower and new systems come with Python...
Platform (like ubuntu 16.04/win10): Python version: Source framework with version (like Tensorflow 1.4.1 with GPU): Destination framework with version (like CNTK 2.3 with GPU): Pre-trained model path (webpath or webdisk...
**Platform:** Win10 **Python version:** 3.8.5 **Source framework with version:** PyTorch (torch 1.7.1+cpu) **Destination framework with version:** IR **Pre-trained model path:** https://drive.google.com/drive/folders/1CXsEL_qUefIHrjVaBH1-Zf7LjKoBEKGL?usp=sharing **Running scripts:** mmtoir -f pytorch -d cavaface --inputShape 3,112,112...
Platform (like ubuntu 16.04/win10): ubuntu 16.04 Python version: 3.7.3 Source framework with version (like Tensorflow 1.4.1 with GPU): Tensorflow 1.4.0 Destination framework with version (like CNTK 2.3 with GPU): PyTorch...
hello, when I run `mmconvert -sf tensorflow -in my_model.ckpt.meta -iw my_model.ckpt --dstNodeName xxx -df caffe -om tf_model` it shows error: ``` File "/xxx/anaconda2/lib/python2.7/site-packages/mmdnn/conversion/_script/convert.py", line 102, in _main ret = convertToIR._convert(ir_args)...