gmagogsfm

Results 4 comments of gmagogsfm

I tried to write an example with Identity module at top of trunk PyTorch, the issue is not reproducible. Could you try loading a toy module generated by this script...

This is the serialized code when compiled in my environment: ``` def forward(self: __torch__.torch.nn.modules.linear.Identity, input: Tensor) -> Tensor: ``` As you can see it is different from the one shown...

> > I tried to write an example with Identity module at top of trunk PyTorch, the issue is not reproducible. > > Could you try loading a toy module...

Reed, thanks for bringing this to my attention. @mrmhodak For the GRPC error. Can it be reproduced stably? I am asking because XLA only really starts affecting your computation when...