-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对课程和项目的建议,请写在这里。 #33
Comments
this is gold-level material, sir. |
layer等抽象里面写死了 float,后续怎么对 u_int8进行支持呢 |
借楼向作者提问一下,在实现Tensor时,不同数据类型例如float和uint8,其函数实现都是一样的,为什么不可以在类模版中进行函数的实现,而是在特化类Tensor中进行实现呢?如果有修改的必要,我愿意做这一部分的贡献。 |
问题:ExpressionLayer在实现Forward()接口时,使用了抽象表达式->词法解析->语法解析&生成表达式->后序遍历生成后缀表达式->计算后缀表达式的值,个人觉得比较冗余。
说明:本人已修改代码,测试了在Resnet和Yolo模型上能输出与原来相同的结果,目前已经提交Pr,期望被采纳。 |
有支持Transformers 系列的课程吗 |
No description provided.
The text was updated successfully, but these errors were encountered: