Convert pytorch pkl file to ptl file

Viewed 22

I've trained a classification model using pytorch and got the model in pkl format. I need to convert this file to ptl format to deploy in React Native platform. Is there any way to convert the pkl file to ptl or I need to train the classification model again in another way?

enter image description here

0 Answers
Related