meaning of function flush() #205
Unanswered
AlbertoPresta
asked this question in
Q&A
Replies: 1 comment
-
|
Flushing a buffer means emptying its contents, and using these contents to do some work. For instance, try running: Output: In CompressAI, the underlying encoder is buffering the intermediate symbols that it will encode. When |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
What is the meaning of function encoder.flush() in line 644 of google.py module?
Thanks in advance for answer,
Alberto
Beta Was this translation helpful? Give feedback.
All reactions