lucaslie / torchprune

A research library for pytorch-based neural network pruning, compression, and more.
https://people.csail.mit.edu/lucasl/
MIT License
161 stars 24 forks source link

How to use ALDS in my model #8

Open Raywoo1 opened 2 years ago

Raywoo1 commented 2 years ago

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 encounter such problems. THANK YOU