Himalay Joriwal
Himalay Joriwal
Dummy Model Code: ``` def forward(self, x): y = torch.ops.aten.alias(x) y = y + 5 return y ```
Is there an ETA for this ? Work is blocked because of this.
> Expanding to a size 0 `[0, 5]` is not very well defined in ONNX. Did you see a case when this is needed? It is expanding to dynamic value...
Is there any due date for the fix ? @justinchuby
> > > Expanding to a size 0 `[0, 5]` is not very well defined in ONNX. Did you see a case when this is needed? > > > >...