Jittor
Jittor
I very much appreciate your work under centos, we will support centos very soon!
hello! centos is now supported in jittor
可以在运行时对代码进行优化,并且降低安装包的大小 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年7月9日(周五) 下午3:07 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [Jittor/jittor] 即时编译的收益是什么呢? (#242) 所有都是即时的 Jittor的所有代码都是即时编译并且运行的,包括Jittor本身。用户可以随时对Jittor的所有代码进行修改,并且动态运行。 — You are receiving this because you are subscribed to this thread. Reply...
您试试删除然后重新安装呢? ---原始邮件--- 发件人: "Pan ***@***.***> 发送时间: 2022年4月5日(周二) 中午1:57 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: Re: [Jittor/jittor] where()函数与torch行为不一致 (Issue #308) 谢谢回复。但在pip更新的时候报错: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 8110: invalid...
您好,感谢您的反馈,jittor似乎没有找到cublas和cudnn,理论上是可以继续运行的,但是会变慢。 cudnn的安装可以参考 https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#installlinux-tar, cublas可能需要您使用cuda run文件完整安装cuda才能解决。 后续有问题欢迎随时联系
感谢您的反馈,您试试将jittor更新一下呢,cuda里的jittor版本可能有点老,python3.7 -m pip install jittor -U
收到,谢谢反馈😁我们检查下 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2022年4月2日(周六) 晚上11:34 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [Jittor/jittor] 希望CrossEntropyLoss能够加入logits选项或者doc提醒 (Issue #306) Expected behavior 刚刚在把tf模型转jittor时碰到一个十分头痛的bug,试了一天之后看源码发现是模型和交叉熵都过了一次softmax导致的bug torch和jittor现在的接口是BCE无softmax,BCEWithLogitsLoss带softmax,但CE又带softmax,有误导性。(希望后人不要重蹈覆辙了orz) — Reply to this email directly, view it on GitHub,...
Thanks for your feedbacks, it seems your gcc version is too high, and nvcc not support this version of gcc, you can downgrade your gcc to 7, may solve this...
目前jittor的元算子主要是:jt.reindex, jt.reindex_reduce, jt.unary,jt.binary其他元算子也主要是这几个派生优化而成,如果您对元算子底层有兴趣,或者有特殊需求,或者希望和我们合作交流,非常欢迎加我们的开发者交流群:761222083,或者我的微信号randonlang😁 ---原始邮件--- 发件人: "Zeng ***@***.***> 发送时间: 2022年3月9日(周三) 下午5:24 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: Re: [Jittor/jittor] jittor都包含哪些元算子? (Issue #295) 同问,文档当中说的是三类算子构成了元算子,但是现阶段具体的元算子是哪些 还不太清楚,还望赐教,谢谢! — Reply to this email directly, view it...
请问您要进行什么平台的移植呢,可以与我们合作,目前元算子代码主要在src/ops下面 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2022年3月10日(周四) 上午9:41 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [Jittor/jittor] jittor都包含哪些元算子? (Issue #295) 可以有一个元算子的列表嘛?比方说要移植jittor到一个新的平台的话,只用把哪些元算子移植过去,就可以支持常用算子。 — Reply to this email directly, view it on GitHub, or unsubscribe....