Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
15 views (last 30 days)
Show older comments
slevin Lee
on 6 Nov 2022
Answered: MathWorks Deep Learning Toolbox Team
on 16 Nov 2022
Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
6 Comments
Walter Roberson
on 7 Nov 2022
You can call python functions inside MATLAB, and you can call MATLAB functions inside python.
Accepted Answer
MathWorks Deep Learning Toolbox Team
on 16 Nov 2022
Hi,
As of R2022b you can export deep learning models to as native python code in tensorflow using the function exportnetworktotensorflow.
0 Comments
More Answers (0)
See Also
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!