【发布时间】:2017-11-22 09:36:37
【问题描述】:
什么是循环神经网络 (RNN) 中可变长度序列输入的完整工作示例(不是 sn-ps)?
例如,据称 PyTorch 可以实现可变长度序列作为 RNN 的输入,但似乎没有完整工作代码的示例。
相关: https://github.com/pytorch/pytorch/releases/tag/v0.1.10 https://discuss.pytorch.org/t/about-the-variable-length-input-in-rnn-scenario/345
【问题讨论】:
标签: machine-learning tensorflow neural-network recurrent-neural-network pytorch