I have a deep learning model trained in matlab and it is available in .mat format, How can i use this file for prediction in python environment?
I tried scipy.io.loadmat(filename.mat)
but getting some errors
I have a deep learning model trained in matlab and it is available in .mat format, How can i use this file for prediction in python environment?
I tried scipy.io.loadmat(filename.mat)
but getting some errors
One option for you might be to export the model from MATLAB to ONYX. From there, you should be able to use the result in any deep learning framework that supports ONYX, or move from from the ONYX representation to something supported in your framework of choice.
https://www.mathworks.com/help/deeplearning/ref/exportonnxnetwork.html