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

Refactor: Update function name from 'ste_round' to 'quantize_ste' #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Roodaki
Copy link

@Roodaki Roodaki commented Jan 12, 2025

This pull request updates the codebase to reflect a recent change in the CompressAI package where the function ste_round has been renamed to quantize_ste. All occurrences of ste_round have been replaced with quantize_ste to ensure compatibility with the latest version of CompressAI.

Key Changes:

  • Replaced all instances of ste_round with quantize_ste in the codebase.
  • Verified the updated function usage and parameters to ensure correctness and consistency.
  • Confirmed that the changes align with the latest CompressAI implementation.

This update ensures the code remains functional with the updated CompressAI package and prevents potential runtime errors caused by deprecated function usage. It also improves code clarity by aligning with the updated terminology in the library.

- Replaced all instances of 'ste_round' with 'quantize_ste' to reflect the updated function name in the CompressAI package.
- Ensured compatibility with the latest version of CompressAI.
- Verified the function's usage and parameters to align with the updated implementation.

This change improves code clarity and maintains compatibility with library updates.
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

Successfully merging this pull request may close these issues.

1 participant