seulkiyeom / LRP_pruning

Other
15 stars 11 forks source link

About the VGG16 #1

Open Siyuluan opened 2 years ago

Siyuluan commented 2 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!

abensaid commented 2 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.

MaxwellHogan commented 2 years ago

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

Siyuluan commented 2 years ago

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. :)