Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BBoxBlock issue with PyTorch 1.8.x #39

Open
Stijnp opened this issue Jun 11, 2021 · 1 comment
Open

BBoxBlock issue with PyTorch 1.8.x #39

Stijnp opened this issue Jun 11, 2021 · 1 comment

Comments

@Stijnp
Copy link

Stijnp commented Jun 11, 2021

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]

@johnyquest7
Copy link

I am facing similar problem. Previously bounding box model was working well - now it is returning all zeros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants