Image_Captioning_AI_Challenger icon indicating copy to clipboard operation
Image_Captioning_AI_Challenger copied to clipboard

Hello Dr.Luo! Could you please briefly introduce the "use_maxout" in your codes?

Open mzh1996 opened this issue 4 years ago • 2 comments

Hello Dr.Luo! I am a beginner and I find that "use_maxout" appears in the codes of the models for many times. Could you please briefly introduce the "use_maxout" in your codes?

罗博士您好,我是初学者,能简要介绍一下use_maxout吗? 我在看您代码里models文件夹下的语言模型的代码, 发现您应该是手写的LSTM而不是用的pytorch中写好的nn.lstm 或 nn.LSTMCell, 您这样做的目的是什么? use_maxout大概有什么作用?

或者麻烦您转告这是哪篇论文提出的??

mzh1996 avatar Mar 05 '20 07:03 mzh1996

是self scritical sequence training. 会稳定一些

ruotianluo avatar Mar 05 '20 13:03 ruotianluo

是self scritical sequence training. 会稳定一些

感谢,我去研究研究!

mzh1996 avatar Mar 06 '20 01:03 mzh1996