-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Relative work in Paper #13
Comments
I mean ... If you wanna train neural field from scratch, it is reasonable to implementing E2E compression, which should use QAT. For pre-trained model, it would be better to use PTQ. |
Sorry for the confusion. You are right, and we were incorrectly written. Thank you. |
Thanks for your reply. Double check, so this work implement QAT since it trains network from scratch. Have you compare how many time spent on the additional computations during both training and inference? |
Oh i understand it seems like a threshold function. but why would you use stop gradient operator? |
Thank you for your interest in our work.
|
OK. Thanks ~~ |
For what I understood, the masking part is more like a learnable frequency filter, am I correct? |
It is not necessarily a frequency filter. The masking method itself can filter whatever you want. For example, if you apply the masking method to spatial grids, it filters spacial coefficients. If you apply it to frequency grids (after DCT), you get frequency filters. |
Thanks for your reply ! |
I am wondering if this description is correct? Why there is not QAT in blue highlight?
Thanks!
The text was updated successfully, but these errors were encountered: