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
The error comes in evaluator aten::slice.t(t[] l, int start, int end=9223372036854775807, int step=1) -> (t[]) where end is %self.convInit.conv.bias.27 : NoneType = prim::Constant() . It expects true in IValue isInt() unwrapping in unwraptoInt(), but the none type returns false.
Works in pytorch 22.10 docker but not in pytorch 23.01 docker.
See NVBugs for more details
The text was updated successfully, but these errors were encountered: