Uh oh!
There was an error while loading. Please reload this page.
[RELAY][FRONTEND] Initial OneFlow frontend support. - #8790
Conversation
add relay.frontend.from_oneflow support cnns
Oneflow fronted
hhhfccz
commented
Aug 19, 2021
comaniac
commented
Aug 19, 2021
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 |
junrushao
commented
Aug 19, 2021
Yeah we find it super exciting and happy to discuss more with the RFC process |
Have you reproduced that issue locally using docker? Does oneflow depend on |
BBuf
commented
Feb 28, 2022
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 |
masahi
commented
Feb 28, 2022
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. |
BBuf
commented
Mar 1, 2022
Ok, thanks. |
areusch
commented
Apr 8, 2022
@BBuf is this ready for another look? |
BBuf
commented
Apr 9, 2022
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! |
areusch
commented
Apr 11, 2022
@BBuf can you try using our new i think |
Thank you very much. I run but in ci, some strange bug appeared, link: |
masahi
commented
Apr 15, 2022
Maybe some problem is happening during How about removing |
BBuf
commented
Apr 15, 2022
Ok, I'll have a try. |
masahi
commented
Apr 15, 2022
BBuf
commented
Apr 15, 2022
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>


Initial OneFlow frontend support, also add tutorials and tests.
tested models: