Skip to content
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

[Frontend][Relay][Parser] fix unparsable yolo formals #6963

Merged
merged 3 commits into from Nov 26, 2020

Conversation

hypercubestart
Copy link
Contributor

@hypercubestart hypercubestart commented Nov 23, 2020

fix #6962 , replaces the "." character from modules imported using the darknet frontend, which is unparsable by the relay parser. Replaces with the "_" character.

cc: @MarisaKirisame @jroesch @siju-samuel @FrozenGene @junrushao1994

@tqchen
Copy link
Member

tqchen commented Nov 24, 2020

opencv is only available in ci-gpu but not ci-cpu

@zhiics zhiics merged commit df6ccae into apache:main Nov 26, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 2, 2020
* fix yolo formals

* fix lint

* move test to test_forward
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 4, 2020
* fix yolo formals

* fix lint

* move test to test_forward
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Dec 4, 2020
* fix yolo formals

* fix lint

* move test to test_forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Frontend][Relay] YOLO module is unparsable
3 participants