Convert PyTorch models to ONNX | Resnet

preview_player
Показать описание
This video, you will convert PyTorch models to ONNX. From ONNX, you can load it into TensorFlow and any other DL Framework

We will be using ResNet 18 for this video.

Рекомендации по теме
Комментарии
Автор

it is error in step 11
NameError: name 'inp_batch' is not defined
How fix it?

sardarshaam
Автор

i have a .th pretrained file, and i am getting the error " exporting operator linspace to onnx version is not supported
"

rijukar
Автор

@Programming Datascience and Others thanks for such a nice video, how we can insert the variable batch shape i.e. [None, 3, 224, 224]? to onnx?

riis
Автор

How can I load my model instead of resnet18.pth

rccc
Автор

what if you have a custom .pth model? I mean how can I load a custom model

alokkr
Автор

make another video where we can load our own model instead resnet 18

MinerCold-ws
Автор

It is error In Step 11 :
NameError: name 'resnet' is not defined
How fix it?

viktorodesky