GAT-with-batch implement gat with batch usage: input #(batch_size,num_node,c_in) net=GAT(c_in,c_out,nclass,dropout,alpha,n_heads) output=net(input)