haochen-rye / HNeRV

Official Pytorch implementation for HNeRV: a hybrid video neural representation (CVPR 2023)
https://haochen-rye.github.io/HNeRV/
109 stars 15 forks source link

Pruning of Trained Model #2

Open datacrisis opened 1 year ago

datacrisis commented 1 year ago

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!

haochen-rye commented 1 year ago

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

GZY2000 commented 4 months ago

Thanks for your interest. I provide both model pruning, quantization, and Huffman coding in this code. Will update one script to run them respectively. Hello, I am currently reproducing this experiment, and I have found the code of quantization and Huffman encoding, but I have not found the pruning in the code, where is the pruning code?