-
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
[tvmc] linting error on onnx command line driver frontend #6536
Conversation
also cc @tqchen to merge, in case you agree with this change. |
From the ONNX package |
Yeah, looking at it again, it makes sense to come back to
This is the main reason for this PR. If I get a fresh clone from github and run
Will move it back. |
* Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
…che#6536) * Updates onnx load function from "load" (a compatibility attribute) to "load_model" (the actual function) * Add a pylint command, that we don't see currently on upstream CI, but it reproduces when linting it locally.
Two minor changes on
tvmc
:cc @manupa-arm @comaniac @d-smirnov