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
There's an issue when running nbs/course2020/vision/06_Object_Detection.ipynb using PyTorch 1.8.x.
Creating a DataBlock (with BBoxBlock and BBoxLblBlock as blocks) using the getters specified will cause some issues.
Running DataBlock.summary() will give the following error: TypeError: no implementation found for 'torch.Tensor.getitem' on types that implement torch_function: [TensorMultiCategory, TensorBBox]
The text was updated successfully, but these errors were encountered:
There's an issue when running nbs/course2020/vision/06_Object_Detection.ipynb using PyTorch 1.8.x.
Creating a DataBlock (with BBoxBlock and BBoxLblBlock as blocks) using the getters specified will cause some issues.
Running DataBlock.summary() will give the following error:
TypeError: no implementation found for 'torch.Tensor.getitem' on types that implement torch_function: [TensorMultiCategory, TensorBBox]
The text was updated successfully, but these errors were encountered: