Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
18 ビュー (過去 30 日間)
古いコメントを表示
slevin Lee
2022 年 11 月 6 日
回答済み: MathWorks Deep Learning Toolbox Team
2022 年 11 月 16 日
Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
6 件のコメント
Walter Roberson
2022 年 11 月 7 日
You can call python functions inside MATLAB, and you can call MATLAB functions inside python.
採用された回答
MathWorks Deep Learning Toolbox Team
2022 年 11 月 16 日
Hi,
As of R2022b you can export deep learning models to as native python code in tensorflow using the function exportnetworktotensorflow.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!