-
-
-
Hi,
Following https://pytorch.org/tutorials/intermediate/pruning_tutorial.html I'm trying to prune the model (older version 19.09). What's wrong with the following process inside train.py:
paramet…
-
Hi,
I was wondering, how did you implement the unstructured pruning method?
Did you use a mask matrix to set the parameters to zero? And how did you prevent the update of those parameters set to …
-
This issue revisits https://github.com/openshift/hypershift/issues/55. Please consult that issue for even more background. Since then there is also https://github.com/kubernetes-sigs/cluster-api/issue…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16.5 linux/amd64
### Does this issue reproduce with the latest release?
### What operating system…
-
## 🐛 Bug Report
Apparently AccuracyCallback raises an error when 1 is not in tuple passed to AccuracyCallback as topk_args.
### How To Reproduce
I ran code snippet from https://catalyst-team.…
-
What is the maximum expected acceleration from Deepsparse? (Assuming that the model is sparsified further with sparseml as well)
In the documentation here, achieving GPU-level performance on CPUs i…
-
https://pytorch.org/tutorials/intermediate/pruning_tutorial.html
-
## 🐛 Bug
Hi, wasn't able to reproduce properly with BoringModel, but did with small CIFAR10 example.
#### Description
`trainer.test()` errors out when I use both `ModelPruning` callback and `…