helperImportMatConvNet: models from MatConvNet

I am a student. At the university I have tried this example: http://se.mathworks.com/company/newsletters/articles/deep-learning-for-computer-vision-with-matlab.html . And it works. Now I would like to use not AlexNet, but other model. >> help helperImportMatConvNet This function is provided for educational purposes only and does not support all models from MatConvNet.
1. Which models does this function provide? 2. AlexNet network was trained on 227x227-pixel images. Where can I find such kind of information for other models?
I would be grateful for your information.

4 件のコメント

Simon
Simon 2016 年 10 月 6 日
You could have a look at http://www.vlfeat.org/ who also provides a MATLAB toolbox and also several other models you can download http://www.vlfeat.org/matconvnet/models/
However, I have tried other newer models e.g. AlexNet and googlenet, and they are not compatible with the helperImportMatConvNet script provided in MATLABs examples.
So, I guess your options are to use the toolbox from vlfeat.org or adapt helperImportMatConvNet to the structure used by the other models you can download, sorry.
Eve Stu
Eve Stu 2016 年 10 月 6 日
Thank you for your answer. I found out: >>help helperImportMatConvNet Imports MatConvNet network into a SeriesNetwork object from the Neural Network Toolbox. This function is provided for educational purposes only and does not support all models from MatConvNet. I have tried these examples: http://www.vlfeat.org/matconvnet/quick/ . Now I would like to use my training and test data. How should I modify the code? Can you help me?
eiman kattan
eiman kattan 2016 年 11 月 4 日
hi i am having the same problem any one found a solution for the error given because of this function: helperImportMatConvNet>getPadding i am using alexnet as well. regards
younghak shin
younghak shin 2016 年 12 月 8 日
i have same problem... anyone have idea? Maybe helperImportMatConvNet function needs modification..

サインインしてコメントする。

回答 (1 件)

Eve Stu
Eve Stu 2016 年 10 月 6 日

0 投票

Thank you for your answer. I found out: >>help helperImportMatConvNet Imports MatConvNet network into a SeriesNetwork object from the Neural Network Toolbox. This function is provided for educational purposes only and does not support all models from MatConvNet. I have tried these examples: http://www.vlfeat.org/matconvnet/quick/ . Now I would like to use my training and test data. How should I modify the code? Can you help me?

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2016 年 10 月 2 日

コメント済み:

2016 年 12 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by