日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

打印show attend and tell的解码器网络结构

發(fā)布時間:2024/10/6 编程问答 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 打印show attend and tell的解码器网络结构 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

打印show attend and tell的解碼器網(wǎng)絡結構

if checkpoint is None:# 執(zhí)行這一步decoder = DecoderWithAttention(attention_dim=attention_dim,embed_dim=emb_dim,decoder_dim=decoder_dim,vocab_size=len(word_map),dropout=dropout)print(decoder)decoder_optimizer = torch.optim.Adam(params=filter(lambda p: p.requires_grad, decoder.parameters()),lr=decoder_lr)print(decoder_optimizer)

解碼器結構:

DecoderWithAttention((attention): Attention((encoder_att): Linear(in_features=2048, out_features=512, bias=True)(decoder_att): Linear(in_features=512, out_features=512, bias=True)(full_att): Linear(in_features=512, out_features=1, bias=True)(relu): ReLU()(softmax): Softmax(dim=1))(embedding): Embedding(2633, 512)(dropout): Dropout(p=0.5, inplace=False)(decode_step): LSTMCell(2560, 512)(init_h): Linear(in_features=2048, out_features=512, bias=True)(init_c): Linear(in_features=2048, out_features=512, bias=True)(f_beta): Linear(in_features=512, out_features=2048, bias=True)(sigmoid): Sigmoid()(fc): Linear(in_features=512, out_features=2633, bias=True) )

優(yōu)化器結構:

Adam ( Parameter Group 0amsgrad: Falsebetas: (0.9, 0.999)eps: 1e-08lr: 0.0004weight_decay: 0 )

總結

以上是生活随笔為你收集整理的打印show attend and tell的解码器网络结构的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。