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
Hi, I tried running the Retrosynthesis Reaction Planning.ipynb notebook. I am getting this error:
RuntimeError:
builtin cannot be used as a value:
at /usr/local/lib/python3.6/dist-packages/torchvision/models/detection/_utils.py:14:56
def zeros_like(tensor, dtype):
# type: (Tensor, int) -> Tensor
return torch.zeros_like(tensor, dtype=dtype, layout=tensor.layout,
~~~~~~~~~~~~~ <--- HERE
device=tensor.device, pin_memory=tensor.is_pinned())
'zeros_like' is being compiled since it was called from 'torch.torchvision.models.detection._utils.BalancedPositiveNegativeSampler.call'
at /usr/local/lib/python3.6/dist-packages/torchvision/models/detection/_utils.py:72:12
Hi, I tried running the Retrosynthesis Reaction Planning.ipynb notebook. I am getting this error:
RuntimeError:
builtin cannot be used as a value:
at /usr/local/lib/python3.6/dist-packages/torchvision/models/detection/_utils.py:14:56
def zeros_like(tensor, dtype):
# type: (Tensor, int) -> Tensor
return torch.zeros_like(tensor, dtype=dtype, layout=tensor.layout,
~~~~~~~~~~~~~ <--- HERE
device=tensor.device, pin_memory=tensor.is_pinned())
'zeros_like' is being compiled since it was called from 'torch.torchvision.models.detection._utils.BalancedPositiveNegativeSampler.call'
at /usr/local/lib/python3.6/dist-packages/torchvision/models/detection/_utils.py:72:12
The text was updated successfully, but these errors were encountered: