Attention Decoder TF
2021-02-15 14:23:48 14 举报
tf源码实现的《Attention-based Extraction of Structured Information from Street View Imagery》:https://github.com/tensorflow/models/tree/master/attention
作者其他创作
大纲/内容
Linear4:(256)
decoder_input
Linear3:(256)
V*tanh(hidden+y)
全局自适应平均池化
Linear5:(1664)
Decoder
维度变换
CNN(densenet169)4倍下采样
Linear4 and log_softmax:(256)
squeeze
参与运算的输入或者输出(不包含训练参数)
1*1卷积(channel=1664)
concate
Attention
softmax
Linear2:(4682)
attns(in)
Linear1:(4682)
RNN(LSTM)hidden_size=256
网络结构(包含训练的参数)
更新
收藏
0 条评论
下一页