enhancementhelp wanted
仓库指标
- Star
- (3,433 star)
- PR 合并指标
- (PR 指标待抓取)
描述
It would be nice to have cuDNN speedup for SimpleRNN, LSTM and GRU.
While cuDNN will likely not be able to accelerate incremental RNN construction, we can special case the .transduce(seq) and .add_inputs(seq) implementations to make use of the acceleration.