-
Notifications
You must be signed in to change notification settings - Fork 91
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
Schedule for moving onnx optimizers to this new repo #1
Comments
@askhade Thanks for reminding me! As discussed in infra SIG meeting (https://github.com/onnx/sigs/blob/master/infra/meetings/002-20200806.md), optimizer code in onnx/onnx repo will be moved to this repo and maintained actively by the community. After discussing with @fumihwh, here is the planned timeline:
Update: About tensor.h, I have a new idea of separating graph writing and constant folding ( #9). We will not need tensor.h or a tensor library if we choose this way. |
@daquexian : Add warning message in onnx/onnx repo to advise users to use the new package. When will this be done?
I think the optimizer package creation should be done only after fixing all the pending issues specially the IR gap. I do not see a point in publishing a package when the underlying code is not really useful because of bugs and incomplete support. |
@askhade I don't think so. This repo has at least the same functionality with the optimizer in onnx/onnx repo. We should encourage users to use this repo so that they can benefit from the coming bugfixes (like #4). I have published a package named onnxoptimizer on pypi yesterday (I had to wait for the merging of #2 so delayed a bit), and will submit a PR to add warning message in onnx/onnx repo. |
@daquexian @fumihwh : Could you add details regarding the planned schedule for moving optimizers to this repo along with ETAs. Thanks!
The text was updated successfully, but these errors were encountered: