We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oneflow ci里面的兼容性测试框架:
Oneflow-Inc/oneflow#6076
原理就是把pytorch实现的模型,直接import oneflow as torch run一次看是否存在bug以及Loss的差距是否比较大来测试兼容性。
import oneflow as torch
本次任务需要完成flowvision所有的模型的兼容性测试,并且把所有不兼容的接口记录下来在0.8.0之前解决。
最后需要提供2个表格,分别是算子兼容性和模型兼容性,表格还需要调研一下写成什么样子。
后续会提供兼容测试的分工。
The text was updated successfully, but these errors were encountered:
模型兼容性测试进ci: https://github.com/Oneflow-Inc/OneTeam/issues/1271
Sorry, something went wrong.
No branches or pull requests
oneflow ci里面的兼容性测试框架:
Oneflow-Inc/oneflow#6076
原理就是把pytorch实现的模型,直接
import oneflow as torch
run一次看是否存在bug以及Loss的差距是否比较大来测试兼容性。本次任务需要完成flowvision所有的模型的兼容性测试,并且把所有不兼容的接口记录下来在0.8.0之前解决。
最后需要提供2个表格,分别是算子兼容性和模型兼容性,表格还需要调研一下写成什么样子。
后续会提供兼容测试的分工。
The text was updated successfully, but these errors were encountered: