MMdnn icon indicating copy to clipboard operation
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...

Results 113 MMdnn issues
Sort by recently updated
recently updated
newest added

Hi, there are some errors when I transfer my pytorch model to caffe model. I run it in docker. ![image](https://user-images.githubusercontent.com/7835792/122756307-d55f0b00-d2c8-11eb-896f-0eca03a7a5c6.png) I guess the reason is that the versions of torch...

Hi, This is my model: [link](https://drive.google.com/drive/folders/0B7ENM-r6t_TzNFE0VkNTTzdRTms?usp=sharing) The error message showed up when I tried to convert my model from caffe to IR: ``` Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py",...

enhancement

Run "mmtoir -f pytorch -d resnet101 --inputShape 3,224,224 -n imagenet_resnet101.pth" but get nothing without any error information except ", False" %3517 : int = aten::size(%3515, %3516), scope: ResNet %3520 :...

Hello! I’m very new to machine learning and I’m trying to convert a trained VGG-16 based model (with a modified fc layer) from keras to pytorch. Can MMdnn help with...

Platform (like ubuntu 16.04/win10): `Ubuntu 18.04 (Google Colab)` Python version: `3.7.10` Source framework with version (like Tensorflow 1.4.1 with GPU): `Keras 2.5 with Tensorflow 2.0 GPU Backend` Pre-trained model path...

I am generally able to use the "mmconvert" program to successfully convert my Caffe models to TensorFlow. However, when I have a Caffe "Deconvolution" layer that includes a "group" parameter...

Running in [docker container](https://github.com/microsoft/MMdnn#install-with-docker-image) For the PyTorch to IR conversion the whole model (weights+structure) is needed as stated [here](https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/pytorch/README.md#faq). For that I used the following code ```python import torch from...

I use Pytorch 0.4.0 and I can convert resnet101 to IR. However, when I tried to transform my model to IR, I encountered a problem. For example, the following models...

Platform (like ubuntu 16.04): Python version: Source framework with version ( Tensorflow 1.4.0): Destination framework with version (like onnx 1.7.0): Pre-trained model path (model_squeezenet.pb): Running scripts: mmconvert -sf tensorflow -iw...

Platform (like ubuntu 16.04/win10): 18.04 Python version: 3.6 Source framework with version (like Tensorflow 1.4.1 with GPU): MXNET Destination framework with version (like CNTK 2.3 with GPU): Tensorflow Pre-trained model...