Skip to content
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

Question about the usage of Gain in vbr.py #303

Open
achel-x opened this issue Aug 18, 2024 · 0 comments
Open

Question about the usage of Gain in vbr.py #303

achel-x opened this issue Aug 18, 2024 · 0 comments

Comments

@achel-x
Copy link

achel-x commented Aug 18, 2024

I notice that you have implemented the variable rate model. It's awesome.
While I have some questions about the Gain. I know that the lambda is used to control the rate-distortion in the past. While what is the function of Gain. How does Gain get there?

self.Gain = torch.nn.Parameter( torch.tensor( [0.10000, 0.13944, 0.19293, 0.26874, 0.37268, 0.51801, 0.71957, 1.00000] ), requires_grad=True, )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant