Access weights from FC layer in googlenet.

1 回表示 (過去 30 日間)
Maximilian Niroomand
Maximilian Niroomand 2018 年 5 月 21 日
回答済み: Astarag Chattopadhyay 2018 年 5 月 30 日
I want to plot weights from the final FC layer of GoogLeNet - how can I access the stored parameter information, is it within the DAGNetwork?
Many thanks.

回答 (1 件)

Astarag Chattopadhyay
Astarag Chattopadhyay 2018 年 5 月 30 日
Hi Maximilian,
I am assuming you are importing the GoogLeNet by using
net = googlenet;
Here all the information is stored within the DAG network net. Let,s take the example of FullyConnected layer. You can access the weights of the FullyConnected layer by using the following command:
net.Layers(142,1).Weights
Anyway if you double click on the created DAG "net" in MATLAB workspace you would be able to see all the information.

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by