neuralmagic / sparsify

ML model optimization product to accelerate inference.
Apache License 2.0
320 stars 29 forks source link

Import error on optimization export page #6

Closed bfineran closed 3 years ago

bfineran commented 3 years ago

Describe the bug Optimization config file displays `No module named 'sparseml.pytorch.recal' on export.

Expected behavior Should display the exported recipe

Environment Include all relevant environment information:

  1. OS [e.g. Ubuntu 18.04]: Ubuntu 18.04
  2. Python version [e.g. 3.7]: 3.7
  3. Sparsify version or commit hash [e.g. 0.1.0, f7245c8]: 5432d66
  4. ML framework version(s) [e.g. torch 1.7.1]: 1.7.1
  5. Other Python package versions [e.g. SparseZoo, DeepSparse, numpy, ONNX]: SparseML 0.1.0
  6. Other relevant environment information [e.g. hardware, CUDA version]: n/a

To Reproduce Exact steps to reproduce the behavior:

  1. create an optimization
  2. Hit Export
  3. Error appears under "optimization config file"

Errors

Screen Shot 2021-01-26 at 9 53 16 AM

Additional context n/a

bfineran commented 3 years ago

PR #7 landed