You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if my question is stupid, but I do not get the code related to the actual compression of an image, concerning the atuoregressive model.
In particular, why did you put the following command at line 634 of the file google.py:
y_crop = y_crop[:, :, padding, padding]
In this way y_crop became of dimension [1,192,1,1] instead of [1,192,5,5], right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
Sorry if my question is stupid, but I do not get the code related to the actual compression of an image, concerning the atuoregressive model.
In particular, why did you put the following command at line 634 of the file google.py:
y_crop = y_crop[:, :, padding, padding]
In this way y_crop became of dimension [1,192,1,1] instead of [1,192,5,5], right?
Thanks in advance for the answer,
Alberto
Beta Was this translation helpful? Give feedback.
All reactions