フィルターのクリア

How to know what eval function is doing ?

2 ビュー (過去 30 日間)
RuiQi
RuiQi 2016 年 12 月 5 日
回答済み: Walter Roberson 2016 年 12 月 5 日
I am trying out the deep learning toolbox of MatConvNet and while going through the demo, I saw a line of code
net.conserveMemory = false ;
net.eval({'data', imNorm, 'rois', rois});
I am confused as to what net.eval is doing because when I right click it to open "eval or net.eval" it says the file is not created. imNorm is an image and rois are just bounding boxes. This is the data structure for net. Or is net just assigning some values ? The actual computing is in another function ?

採用された回答

Walter Roberson
Walter Roberson 2016 年 12 月 5 日
In that situation eval() is a method of class DagNN. You can find the containing file with
which eval(net)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by