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
with open(pickle_file_name, 'rb') as f: d = cPickle.load(f, encoding='latin1')
but there's a problem i don't know why: i can get reasonable results by removing the softmax layer in the model.
another problem is that, to me, the output before softmax seems to be the noisy-OR pooling of each image region instance, which can be used to be the final output directly without the score matching of unknown meaning.
I try to run the test code but couldn't find model/coco_valid1_eval.pkl file. Could you updata it ? Thanks so much.
The text was updated successfully, but these errors were encountered: