How to export ConvNet using Python Theano / Lasagne for iOS?

I trained a convolutional neural network with lasagna and Theano frames in Python.

I am satisfied with the architecture and performance of the network according to test data, and I want to use it in an iPad application.

I was wondering if there is any easy way to take this network and use it on iOS without rewriting the code in another structure and / or not training it again?

As far as I know, there is no way to convert Python code directly to c / C ++ (which can be a method for exporting network / learning code).

+5
source share

All Articles