-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[RELAY][FRONTEND] Initial OneFlow frontend support. #8790
Conversation
add relay.frontend.from_oneflow support cnns
Oneflow fronted
Thanks for the PR. For large scope new features, we recommend to file an RFC first to propose the motivation, approach and interfaces to the community for discussions. Please see the guideline here: https://github.com/apache/tvm-rfcs |
Yeah we find it super exciting and happy to discuss more with the RFC process |
It is not depend on |
The tests related to the oneflow front-end in ci have all passed (indicating that oneflow can be imported normally), but it only hangs when the html corresponding to the document is compiled, and no specific reason is given. But I can run this |
I think CI is not running any oneflow tests. You need to update https://github.com/apache/tvm/blob/main/tests/scripts/task_python_frontend.sh
Can you do more investigation on this. It may depend on it indirectly via other deps. Remember that we are using the oneflow CPU build. |
Ok, thanks. |
@BBuf is this ready for another look? |
Yes, but the problem here is that CI will have a segment fault bug when build html, but I can't reproduce it here, this is my pain point. So, can i get some help? thanks! |
@BBuf can you try using our new i think |
Thank you very much. I run but in ci, some strange bug appeared, link: |
Maybe some problem is happening during
How about removing |
Ok, I'll have a try. |
Thanks. I will rewrite the tutorial in my next PR. |
* add relay.f.frontend.fm_oneflow support cnns * support cuda * fix mobilenetv2 and reviews * fix: model without meta info * support eager and yolo, add test * fix: license * add: tutorials * fix: support new graph * fix some comments * refine * fix concat op convert bug * refine * refine * change cuda to cpu * fix bug * fix ci error in tvm * fix pylint check * delete useless file * add skimage package in docker * fix ci error * fix bug * add oneflow fronted test in ci * merge conflict * fix tutorial * try to find error in ci * revert * merge conflict * black oneflow * Delete from_oneflow.py Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by: BBuf <1182563586@qq.com>
* add relay.f.frontend.fm_oneflow support cnns * support cuda * fix mobilenetv2 and reviews * fix: model without meta info * support eager and yolo, add test * fix: license * add: tutorials * fix: support new graph * fix some comments * refine * fix concat op convert bug * refine * refine * change cuda to cpu * fix bug * fix ci error in tvm * fix pylint check * delete useless file * add skimage package in docker * fix ci error * fix bug * add oneflow fronted test in ci * merge conflict * fix tutorial * try to find error in ci * revert * merge conflict * black oneflow * Delete from_oneflow.py Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by: BBuf <1182563586@qq.com>
Initial OneFlow frontend support, also add tutorials and tests.
tested models: