haochen-rye / HNeRV

Official Pytorch implementation for HNeRV: a hybrid video neural representation (CVPR 2023)

Home Page:https://haochen-rye.github.io/HNeRV/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pruning of Trained Model

datacrisis opened this issue · comments

commented

Hello, thanks for the nice work.

One question, I believe the code and process of model pruning is not included in the current training and eval script, is this correct?

Thanks!

commented

Thanks for your interest.
I provide both model pruning, quantization, and Huffman coding in this code.
Will update one script to run them respectively.