Training network with resnet50
13 ビュー (過去 30 日間)
古いコメントを表示
Is there an example of how to use the resnet50 training network for machine learning,
How is training different from training on the googlenet network?
0 件のコメント
回答 (1 件)
Divya Gaddipati
2021 年 5 月 11 日
You can refer to this link which shows the training workflow in detail. As you want to train a ResNet-50, you can select resnet from the options in the Load Pretrained Network section of the example.
You can also refer to this example which shows the Transfer Learning workflow, where you can replace the 'googlenet' with 'resnet50'.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!