-
Notifications
You must be signed in to change notification settings - Fork 53
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
转换规则No66-70 torch.nn.functional.pairwise_distance #118
Conversation
Thanks for your contribution! |
@Liyulingyue 上面的评论回复一下 |
"reduce", | ||
"reduction" | ||
], | ||
"kwargs_change": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个写错了吧,torch的参数没有dim、tau,paddle的参数没有epsilon、axis、temperature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,我改一下~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个错误可以再确认一下,是不是full=True时存在计算bug,我们会记录相应bug |
@Liyulingyue 请补充下转换文档 |
@Liyulingyue 请解决下冲突和回答下上面的问题 |
"reduce", | ||
"reduction" | ||
], | ||
"kwargs_change": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,我改一下~
solved~ |
映射文档写了吗? |
应该还没有,我稍后确认一下~ |
@Liyulingyue 你好,请补充一下映射文档哈,相当于转写思路的描述。不然会造成文档缺失,这个后面如果再让其他同学来写,肯定也没有你对这几个API的转写思路更清楚~ |
整理了一下,目前映射关系的情况如下 @zhwesky2010 No. 69 torch.nn.functional.cosine_embedding_loss 文档已存在 |
@Liyulingyue 每一行标一下No.xxx吧 |
请问 No. 67 torch.nn.functional.pairwise_distance、No. 68 torch.nn.functional.poisson_nll_loss 的文档在哪里 |
@Liyulingyue 这个PR还有些问题,我合入了我自己来修吧 |
PR Docs
None
PR APIs
API Discriptions
#112 case 67
poisson_nll_loss 参数 full会导致计算差异