Diff-JPEG icon indicating copy to clipboard operation
Diff-JPEG copied to clipboard

About batch size

Open silencecmsj opened this issue 1 year ago • 0 comments

When I set batch_size to 2, the output of the encoder is abnormal, as shown below:

Snipaste_2024-07-28_21-28-20

This will lead to problems in the final result, how to solve it?

B, N, _, _ = input.shape  # type: int, int, int, int

ValueError: too many values to unpack (expected 4)

silencecmsj avatar Jul 28 '24 13:07 silencecmsj