yuchaoli / KSE

Exploiting Kernel Sparsity and Entropy for Interpretable CNN Compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the pretrained networks?

Zephyroam opened this issue · comments

Thank you for your work. But I wonder that how to get the pretrained networks? Just like the file resnet56.pth you provided. Is it to save the parameters of the ordinary network and then just load it?
thank you.

We train the original network and save its parameters. And then we load it when compressed.

Thank you for your reply.