Recurrent-Attention-CNN
Recurrent-Attention-CNN copied to clipboard
Implement RA-CNN in tensorflow
How to implement formular (4) in the paper? If we have the three tensors, tx, ty and tl with the shape (None, 1) respectively, how do we get the corresponding mask M?
In python, we can use two loops as: for x in tx: for y in ty: mask[x, y] = hx(x, y)
Then how to implement this in TensorFlow? Thank you.
Maybe we need tensor operations or broadcasting? I'm not very familiar with that.
It seems it's my fault. I have used an image with unequal width and height, so it caused error when calculating Mask.
@Kongsea Is it convenient for you to leave a contact?for qq or others
who has implemented the network by tensorflow?
@cocowf @felix-duan Do you have implemented the network by tensorflow? I have some trouble in APN ,and I described my question in Issue area. Could you please help me?
Do you have implemented the network by tensorflow? @cocowf @felix-duan @Ostnie