-
Notifications
You must be signed in to change notification settings - Fork 51
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
Extend Elyra tutorial with Neural Magic version. #297
Comments
sounds good to me, thanks for writing this up. please take it to the next Tech Talk session to circulate it with the team |
Depends-On: neuralmagic/sparseml#386 |
Related-To: neuralmagic/sparsify#83 |
I was able to create an example for MNIST Classification using Pytorch + Neural Magic Tools. The output is a MNIST pruned ONNX model, optimized with Neural Magic Sparsify Recipe and optimizer. The next step will be to deploy that ONNX model with NeuralMagic deepsparse inference engine and maybe compare results with a non-optimized model. This example can be repeated once we get GPU and we can use some bigger model: ResNet or VGG. |
Nice-to-Have: neuralmagic/sparsify#84 |
I was able to deploy locally deepsparse with MNIST example and got some very nice performance results. I will move to the gather metrics pipeline extension now for cluster deployment. |
Deployment in the cluster with deepsparse is currently failing because there are no node with flags avx2 or avx512. So I'm blocked on that. |
demo is also blocked until we get KFP in smaug: https://github.com/operate-first/SRE/issues/382 |
Depends-On: operate-first/support#409 |
Neural magic deployment cannot be run on smaug cluster at the moment, but in rick cluster worked: neuralmagic/deepsparse#186 I added a note for users: NOTE: Deepsparse deployment at the moments work only with CPU that supports avx2, avx512 flags (even better if avx512_vnni with VNNI is available: neuralmagic/deepsparse#186). Please check your environment running |
Related-To: thoth-station/prescriptions#18516 |
Demo is ready to be tested, so waiting for https://github.com/operate-first/SRE/issues/382, operate-first/support#435 |
what is the status of this? |
See comment above :) we are still waiting for KFP in Operate FIrst |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem? Please describe.
Extend Elyra tutorial with Neural Magic [1] version.
High-level Goals
Elyra tutorial has one version that focuses on the use of Neural Magic.
Describe the solution you'd like
https://docs.google.com/document/d/1GNICmV_EcI-PPygxvzTupBCIt9HG9MKiEUeVy6YVO2c/edit#heading=h.fbxyxnppymly
Describe alternatives you've considered
n/a
Additional context
This is a key result we would like to achieve in 21Q3
Related-To: AICoE/aicoe-ci#120
Related-To: AICoE/aicoe-ci#118
Tasks
Acceptance Criteria
References
cc @goern @riekrh @TreeinRandomForest
The text was updated successfully, but these errors were encountered: