You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in your code, aij and (1-aij) use gen_matrix = torch.randn (num_nodes, num_nodes, 2), is mean gen_matrix[:,:,0]+gen_matrix[:,:,1]=1 ?
I'm confused about it. Please help me. Thanks!

in your code, aij and (1-aij) use gen_matrix = torch.randn (num_nodes, num_nodes, 2), is mean gen_matrix[:,:,0]+gen_matrix[:,:,1]=1 ? I'm confused about it. Please help me. Thanks!