You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2023. It is now read-only.
I found model without DataParallel wrapping it will fail to prune. i.e.
--load-serialized
will disable pruning.When I run
The total sparsity will always be 0.00
But if I run the same command line without
--load-serialized
The total sparsity will be 1.53 after 1 epoch
The text was updated successfully, but these errors were encountered: