Conv2d_mask[group_index_in*g_size_out: (group_index_out + 1)g_size_out, group_index_ing_size_in:(group_index_in+1)*g_size_in, :, :] = 1.
ValueError: result of slicing is an empty tensor
May I know the reason for the following error,
I have checked the following post but I did not understand?