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

refactor compression sdk #1562

Merged
merged 4 commits into from
Sep 26, 2019
Merged

refactor compression sdk #1562

merged 4 commits into from
Sep 26, 2019

Conversation

liuzhe-lz
Copy link
Contributor

@liuzhe-lz liuzhe-lz commented Sep 20, 2019

TODO: update doc

ret = layer._forward(*input)
# recover original weight
layer.module.weight.data = layer._backup_weight
return ret
Copy link
Contributor

Choose a reason for hiding this comment

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

curious about how torch deals with back propagation for this modified forward

@QuanluZhang
Copy link
Contributor

Please update doc accordingly

@liuzhe-lz liuzhe-lz merged commit 70cf8f7 into microsoft:dev-mc Sep 26, 2019
@liuzhe-lz liuzhe-lz deleted the dev-mc branch September 27, 2019 03:42
liuzhe-lz added a commit that referenced this pull request Oct 9, 2019
* [Proposal] demo compressor (#1402)

model compression

* update doc for model compression (#1509)

* Update Overview.md

* Change Doc (#1510)

* refactor compression sdk (#1562)

* refactor compression sdk

* bugfix

* bugfix

* update ut

* Sync model compression doc and implementation (#1575)

* update doc

* formatting

* bugfix

* add import to examples
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.

3 participants