Closed bluseking closed 2 years ago
I did not know why append the same e_att so many times in the entityatts for in range(self.min_height-entity_num-1): entity_atts.append(e_att)
Thanks for your help!
Hi! The number of entities varys from instance to instance in a batch. An operation functioning as padding is therefore needed here to keep the data aligned in a batch.
I did not know why append the same e_att so many times in the entityatts
for in range(self.min_height-entity_num-1): entity_atts.append(e_att)
Thanks for your help!