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 have written a simple python script, and it can load the model.
How can I get the result?
print 'The result of forward:'
sigmoid = net.blobs['sigmoid-fuse'].data[0]
or
upscore = net.blobs['upscore-fuse'].data[0]
The text was updated successfully, but these errors were encountered:
I have written a simple python script, and it can load the model.
How can I get the result?
print 'The result of forward:'
sigmoid = net.blobs['sigmoid-fuse'].data[0]
or
upscore = net.blobs['upscore-fuse'].data[0]
The text was updated successfully, but these errors were encountered: