Skip to content

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

Merged
zhiics merged 3 commits intoapache:mainfrom
hypercubestart:yolo
Nov 26, 2020
Merged

[Frontend][Relay][Parser] fix unparsable yolo formals#6963
zhiics merged 3 commits intoapache:mainfrom
hypercubestart:yolo

Conversation

@hypercubestart
Copy link
Copy Markdown
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
Copy Markdown
Member

tqchen commented Nov 24, 2020

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

Comment thread tests/python/relay/test_ir_text_printer.py Outdated
Comment thread tests/python/frontend/darknet/test_forward.py
@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