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
Recent gnn model (in @francois-drielsma fork) has cluster prepping inside the forward function. This causes unnecessary data movement (cpu<=>gpu) and hence should be done beforehand (like in a parser).
Recent gnn model (in @francois-drielsma fork) has cluster prepping inside the
forwardfunction. This causes unnecessary data movement (cpu<=>gpu) and hence should be done beforehand (like in a parser).