tensorflow_mnist_ram
tensorflow_mnist_ram copied to clipboard
An attempt to implement the recurrent attention model (RAM) from "Recurrent Models of Visual Attention" (Mnih+ 2014)
Hi, Acc. to the paper, only the location network will be trained with REINFORCE, i.e the weights where you calculate the next set of locations in the RNN. While the...
When running python ram.py, it always says "fail to load checkpoint"
Recently,i try to code RAM in tensorflow, but even i think my arch is the same as the paper, the ac is really bad.can your code fix the ac that...