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
ProteinGVPEncoder.forward() returns a nested tuple ((s, V), edge_attr) while the BaseProteinEncoder interface specifies a flat 3-tuple (s, V, edge_attr). Would want to make the return signature more consistent/simple.
ProteinGVPEncoder.forward()returns a nested tuple((s, V), edge_attr)while theBaseProteinEncoderinterface specifies a flat 3-tuple(s, V, edge_attr). Would want to make the return signature more consistent/simple.