Jittor / jittor

Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
https://cg.cs.tsinghua.edu.cn/jittor/
Apache License 2.0
3.08k stars 311 forks source link

感谢胡老师的分享 #201

Open WillQvQ opened 3 years ago

WillQvQ commented 3 years ago

感谢胡老师的分享,请问 Jittor 有计划支持 RNN 等循环网络算子嘛?

Jittor commented 3 years ago

有的,只需要几行代码就可以实现rnn,LSTM所需的算子,我们会尽快提供几个端到端的教程教大家用😁

---原始邮件--- 发件人: "Yining @.> 发送时间: 2021年4月25日(周日) 下午2:39 收件人: @.>; 抄送: @.***>; 主题: [Jittor/jittor] 感谢胡老师的分享 (#201)

感谢胡老师的分享,请问 Jittor 有计划支持 RNN 等循环网络算子嘛?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lzhengning commented 3 years ago

Jittor master 版本已经更新了 RNN、LSTM 和 GRU,您可以通过以下命令更新安装 jittor

python3.7 -m pip install git+https://github.com/Jittor/jittor.git