torchprune
torchprune copied to clipboard
A research library for pytorch-based neural network pruning, compression, and more.
I tried to use ALDS in my own network, but such a mistake occurred: 'Mymodel' object has no attribute 'compressible_layers'. I use the process recommended by you, but I still...
Thanks for sharing! I want to reproduce the experiment of ALDS. When I execute the command python -m experiment.main param/cifar/prune/resnet20.yaml, I get the following error FileNotFoundError: This parameter file does...
Hi, I would like to perform the sparse flow method proposed in your paper "Sparse Flows: Pruning Continuous-depth Models". Could you please share the links to some of your examples...
Hi, I'm trying to understand the structure of the core pruning classes. I wanted to start this thread, and see if you can provide some explanation on the roles of...
Hi Thanks for sharing this awesome code! I noticed some customize pytorch modules is used in the trained pytorch models. I'm wondering if one could export the fine-tuned model to...
Hi, Thank you for your research, it is quite an interesting one. Btw, could I know, is this repo generalizable to other CNN model/is it already PnP to other model?...
I encountered this error while installing the torchprune package, Currently, I have found many methods but cannot solve it "Installed e:\app\aconda\envs\prune\lib\site-packages\torchprune-2.0.0-py3.8.egg Processing dependencies for torchprune==2.0.0 Traceback (most recent call last):...
Hi, does your ALDS method support BERT pruning on GLUE tasks? If so, how to do this?
Hi,when i use the trochprune, it show **ModuleNotFoundError: No module named 'torchprune.util.external.ffjord.lib'** I can't find the lib file in the code, maybe the git ignore the lib file?
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...