Hi,
I hope you are doing well.
I want to apply this approach to two-level labels, and I wonder how I should choose the type_label_dim in the extract_bottom_embedding which is currently equal to 202, and the label_dim parameter for the broadcast function, which is 402 now. Besides, in the broadcast function there is a loop in the range of 2 to 202, and I wonder where 202 came from.
Thanks in advance.
Hi, I hope you are doing well. I want to apply this approach to two-level labels, and I wonder how I should choose the
type_label_dim
in theextract_bottom_embedding
which is currently equal to 202, and thelabel_dim
parameter for thebroadcast
function, which is 402 now. Besides, in thebroadcast
function there is a loop in the range of 2 to 202, and I wonder where 202 came from. Thanks in advance.