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
the shape of sampe is (batch, num_frames, channel, height, width), so the sample.shape[2] should be the number of channel.
but here, you set num_frames=sample.shape[2], is there a problem here?
then, num_frames is used to reshape sampe
looking forward to your reply!
The text was updated successfully, but these errors were encountered:
looking forward to your reply!
The text was updated successfully, but these errors were encountered: