-
Notifications
You must be signed in to change notification settings - Fork 4
Ask for some help #1
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
Comments
No, I didn't, maybe because I didn't use rnn. |
thanks for your answer,but why you use your grad_reinforce function but not just |
when you train your model in translate clutter mnist, how much image do you use? and your gradient method is right,but in tensorflow, maybe you code can be more easier. and in tensorflow , the randomnormal function also have gradients,maybe you should use stop_gradient. and really thank you release your code . |
@hhhmoan my colleague share the training data with me, ~5k per digit. do you mean |
yes, Maybe you are right .And,could your release the code in translate clutter mnist,i want to try it by myself.If I've been a little abrupt, then I sincerely apologize. thank you |
I test these codes on dataset of translate clutter mnist, but with size 40 * 40, and also original mnist dataset, it's ok. If something is wrong, please tell me. By the way, I convert the original dataset file to images per digit |
maybe you should test the code in translate clutter mnist 100_100 with depth 3 and glimpse 12_12,because my code also can make ok in small image, but when in 100*100,it's fail,if you need data,i can share with you |
really? if true, it's my fault. please share the dataset with me, I will try it. |
did you try different parameters? maybe it's not the right configuration. what's your problem |
let me check my data,and share you latter |
the num of image is really too much, so i'd like to give you the script to get them. https://github.com/deepmind/mnist-cluttered if you finfish your code, please tell me . and you can see my easy code in https://github.com/hhhmoan/RAM-tensorflow |
have you finish this experiment |
I am not familiar with lua, so I do not know how to generate a image with 3 channels, did you try decrease the glimpse? maybe 8 would be ok? |
maybe you can get the grey image and then use python cv2 script to transfer to 3 channel,and i think decrease the number of glimpse is no use, follow the paper's experiment may be better. Thank you for taking time to discuss with me |
thanks for release your code. now i just want to re-implement the RAM in tensorflow. but it always get bad result. can you code achieve the accuary release by the paper “Recurrent models of Visual attention”?
The text was updated successfully, but these errors were encountered: