Yuankai Luo

Results 2 comments of Yuankai Luo

There is nothing wrong with the author's code: src_padding_mask = h_node.data.new(num_batch, max_num_nodes).fill_(0).bool() src_padding_mask[i, : max_num_nodes - num_node] = True Notice that padded_h_node's shape is (S, B, h_d), and S is...

Hi, thanks for your work. For PCBA, I can only get 'pcqm4mv1_graphormer_base_for_molhiv' for pre-training. However, its num-classes is 1, while the num-classes of PCBA is 128. I would like to...