-
Notifications
You must be signed in to change notification settings - Fork 92
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
Question about different results for the same picture #9
Comments
I have the same problem while running test_tf(). |
Same here. I first suspected the problem is due to random initialized parameters of textual and image embeddings, however as they are loaded from the model-72, the only reason for different results are due to different VGG activations. |
I'm wondering if this is because of the dropout layers? Is it still working at testing stage? |
Yes, this is probably due to dropout dropping some random connections at test time, which is connected to fc-7 layer (previous layers do not produce random activations) Is there any way to shut it down at test time? |
Hi |
Hi, |
Hi
I downloaded the code and it worked very well, nice stuff.
Just one question, when testing a same picture I got different results from time to time.
Is that just because of the weights' float-point rounding ?
Thank you.
The text was updated successfully, but these errors were encountered: