[DEBUG] test all float dtypes for images, videos, and boxes#7195
[DEBUG] test all float dtypes for images, videos, and boxes#7195pmeier wants to merge 2 commits intopytorch:mainfrom
Conversation
|
After I freaked a little last night seeing 4k failing tests, @vfdev-5 rightfully pointed out that most of v1 does not support
|
| def sample_inputs_elastic_image_tensor(): | ||
| for image_loader in make_image_loaders(sizes=["random"]): | ||
| for image_loader in make_image_loaders( | ||
| sizes=["random"], dtypes=[torch.uint8, torch.float16, torch.float32, torch.float64] |
There was a problem hiding this comment.
| sizes=["random"], dtypes=[torch.uint8, torch.float16, torch.float32, torch.float64] | |
| sizes=["random"], dtypes=[torch.uint8, torch.float32, torch.float64] |
Shouldn't we remove f16 from here as well ?
|
Handled in #7211. |
No description provided.