Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

update doc #2047

Merged
merged 5 commits into from
Feb 13, 2020
Merged

update doc #2047

merged 5 commits into from
Feb 13, 2020

Conversation

QuanluZhang
Copy link
Contributor

@QuanluZhang QuanluZhang commented Feb 12, 2020

  1. fix broken link in README
  2. add quick start for NAS
  3. correctly link the doc of model speedup
  4. add quick start for model compression

@QuanluZhang QuanluZhang linked an issue Feb 13, 2020 that may be closed by this pull request
After training, you get accuracy of your model after pruning. And, you can export model weights, the generated masks to a file respectively. Exporting onnx model is also supported.

```python
pruner.export_model(model_path='pruned_vgg19_cifar10.pth', mask_path='mask_vgg19_cifar10.pth')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest using pruner.export_model(model_path='pruned_vgg19_cifar10.pth', mask_path='mask_vgg19_cifar10.pth', device).

@scarlett2018 scarlett2018 merged commit 50e425f into microsoft:v1.4 Feb 13, 2020
@QuanluZhang QuanluZhang deleted the fix-doc branch February 20, 2020 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

404 error which click "install from source"
4 participants