How to implement GoogleNet as a Series Netwok?
3 次查看(过去 30 天)
显示 更早的评论
Recently, I have been working with DeepLearning and Matlab, I have run some examples from the official Web page and also others from Webinars. Thanks to that I have codes to implement the well known 1000 cathegories Alex-net Convolutional Neural Network, and also I know how to build a CNN from the beginning , but now I would like to try with another Pre trained CNN , for instance GoogleNET, I downloaded the .m file from vlfeat. unfortunatly I can not use @helperImportMatConvNet@ command with this NET. tere is any way to tranform this Net into a series Network.
Thanks
0 个评论
采纳的回答
Anand
2016-12-7
MATLAB as of R2016b does not support non-series networks. This will be part of a future release.
GooleNet is not a series network. Therefore you won't be able to do that transformation.
6 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!