フィルターのクリア

Download pretrained deep learning models (e.g., inceptionv3) solely through commands (instead of via a web browser)

5 ビュー (過去 30 日間)
To download pretrained models, such as inceptionv3, there is a very nice example here: "https://www.mathworks.com/help/deeplearning/ref/inceptionv3.html".
However, the only means of downloading explained in this example is through a web browser. This makes it a bit challenging for operating on a third-party clusters. Is there a way to download these pre-trained models through command lines solely?

回答 (1 件)

Piyush Dubey
Piyush Dubey 2023 年 5 月 2 日
Hi,
There are multiple ways by which a model can be imported to MATLAB, the method as specified does interact with a browser to download the model. While dealing with a third-party cluster a pretrained and saved model in formats like .h5 can be used. There are certain packages that may help in doing so. The documentation and possible workarounds for the same can be found under the section of “Import and Export of Neural Networks” attached below:
Hope this helps!

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by