摘要: 第一次用LSTM,从简单做起吧~~ 注意事项: batch_first=True 意味着输入的格式为(batch_size,time_step,input_size),False 意味着输入的格式为(time_step,batch_size,input_size) 取r_out[:,-1,:],即取 阅读全文
posted @ 2019-03-26 17:09 机器学习安全小白 阅读(1064) 评论(0) 推荐(0)