Add Squeezenet Vision model test in test_cpu.py

This commit is contained in:
Vivek Khandelwal
2022-05-11 18:04:50 +05:30
committed by Prashant Kumar
parent d5f7323ff8
commit 5dfe5ba5fc
2 changed files with 10 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ result = shark_module.forward(inputs)
| Resnet50 | :heavy_check_mark: (Script) | :heavy_check_mark: | | |
| Resnext50_32x4d | :heavy_check_mark: (Script) | | | |
| ShuffleNet_v2 | :x: (Script) | | | |
| SqueezeNet | :x: (Script) | | | |
| SqueezeNet | :heavy_check_mark: (Script) | :heavy_check_mark: | | |
| EfficientNet | :heavy_check_mark: (Script) | | | |
| Regnet | :heavy_check_mark: (Script) | | | |
| Resnest | :x: (Script) | | | |