Open Siyuluan opened 3 years ago
Hi Seul-Ki,
Thank you for your great work!
When I ran your code, I faced this bug, when you have time, can you have a look?
"prune_vgg.py", line 407, in prune R_tot, data_tot, time_tot = self.lrp() # lrp using conventional model AttributeError: 'PruningFineTuner' object has no attribute 'lrp'
Thanks a lot!
Hi I came accross the same issue. Any luck? Thank you.
It looks like that code was included by accident - I removed it and made some other changes and now I can run the vgg/alexnet training and pruning, although haven't been able to reproduce his results yet
Hi, same as MaxwellHogan, I remember I deleted some code, and then I can run. But already been over half a year, so I can't remember very clearly. Sorry about that. Maybe you can try as MaxwellHogan said to delete some code. :)
Hi Seul-Ki,
Thank you for your great work!
When I ran your code, I faced this bug, when you have time, can you have a look?
"prune_vgg.py", line 407, in prune R_tot, data_tot, time_tot = self.lrp() # lrp using conventional model AttributeError: 'PruningFineTuner' object has no attribute 'lrp'
Thanks a lot!