"git@developer.sourcefind.cn:OpenDAS/torch-harmonics.git" did not exist on "652c4ab2761536310c77b96fe91b7280d7b002a7"
Unverified Commit b53c91d0 authored by Joao Gomes's avatar Joao Gomes Committed by GitHub
Browse files

Add swin_t to slow list (#5902)



* Add swin_t to slow list

* apply ufmt

* update expect for swin_t
Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent 2214acbe
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -323,6 +323,7 @@ slow_models = [ ...@@ -323,6 +323,7 @@ slow_models = [
"regnet_y_128gf", "regnet_y_128gf",
"regnet_x_16gf", "regnet_x_16gf",
"regnet_x_32gf", "regnet_x_32gf",
"swin_t",
] ]
for m in slow_models: for m in slow_models:
_model_params[m] = {"input_shape": (1, 3, 64, 64)} _model_params[m] = {"input_shape": (1, 3, 64, 64)}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment