res-loglikelihood-regression icon indicating copy to clipboard operation
res-loglikelihood-regression copied to clipboard

out_coord.shape[2] == 2

Open flomok opened this issue 3 years ago • 0 comments

Hello, could you tell me why the third dimension must ensure is 2? " out_coord = self.fc_coord(x).reshape(BATCH_SIZE, self.num_joints, 2) assert out_coord.shape[2] == 2"

flomok avatar Nov 15 '22 02:11 flomok