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
Attribute access with subscripting would previously work
due to patching in pytorch/pytorch#82511
but this has been removed.
This commit uses the fix proposed in pytorch/pytorch#82628
to define a helper method to call the appropriate access method.
0 commit comments