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
This ones has a DistributedDataParallel module, so it might be something we can table for now.
Error is pretty long, the important section is as follows
First diverging operator:
Node diff:
- %mod : __torch__.torch.nn.parallel.distributed.DistributedDataParallel = prim::GetAttr[name="mod"](%self.1)
+ %mod : __torch__.torch.nn.parallel.distributed.___torch_mangle_596.DistributedDataParallel = prim::GetAttr[name="mod"](%self.1)
? ++++++++++++++++++++
ERROR: Tensor-valued Constant nodes differed in value across invocations. This often indicates that the tracer has encountered untraceable code.
The text was updated successfully, but these errors were encountered:
Repro -
python torchbench.py --training --devices=cuda --accuracy-ts --only=moco
This ones has a
DistributedDataParallel
module, so it might be something we can table for now.Error is pretty long, the important section is as follows
The text was updated successfully, but these errors were encountered: