You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand your question, but if you want extract layer data you can use: sw.solver.test_nets[0].blobs
If you are trying to execute "train.py", else you can use: solver.test_nets[0].blobs
To print data you can use, for example: solver.test_nets[0].blobs['labels'].data
您好,我想请教一下测试的时候是提取"fc7"还是"fc9_1"作为模型特征?谢谢!
The text was updated successfully, but these errors were encountered: