SHARK
SHARK copied to clipboard
Torchvision Models failing for dynamic case on Vulkan backend.
Error log for resnet101 that is similar (if not identical) to the error messages produced from the dynamic vulkan case on a few of our PyTorch models: gist
This error is also encountered for the dynamic vulkan case on the following models:
- alexnet_torch
- mobilenet_v3_small_torch
- resnet101_torch
- resnet18_torch
- resnet50_torch
- squeezenet1_0_torch
- wide_resnet50_2
These cases will be xfailed.