-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model Testing on Custom Dataset #19
Comments
@suman9868 below is the code I used to test the model
|
Hi, I noticed that you use the output of the feature maps (out_conv5) to compute the distance in 'L2'. |
@zergmk2 请问最后显示的图片怎么转成二值图 |
I tried this code (from @suman9868 quoted below). Everything seems to be working fine until I get to this line: inputs1,inputs2,targets = Variable(inputs1.unsqueeze(0), volatile=True),Variable(input2.unsqueeze(0),volatile=True) ,Variable(targets) which gives me the error: UserWarning: volatile was removed and now has no effect. Use Then the it always crashes on this next line : out_conv5,out_fc,out_embedding = model(inputs1,inputs2) Any idea why?
|
Hi,
I want to test the model but i can't see any test script??
How have you tested the model?
The text was updated successfully, but these errors were encountered: