Skip to content

yanji84/deep-recurrent-attention-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my attempt to replicate the results of this paper (https://papers.nips.cc/paper/5542-recurrent-models-of-visual-attention.pdf) using Tensorflow. I have found the torch implementation here (http://torch.ch/blog/2015/09/21/rmva.html) very helpful

Current image module in Tensorflow does not support padding/cropping using tensor. This has forced me to run computation graph evaluation at each step of the main RNN. I am not quite satisfied with the current design. Still looking for ways to get around this in Tensorflow

About

Apply reinforcement learning to visual attention

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages