Update references (#13637)

This commit is contained in:
Liubov Talamanova 2022-10-27 11:55:54 +01:00 committed by GitHub
parent dcd3ed18f6
commit ee93ddc453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 22 additions and 22 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b43a3d55144ad7c5fa50312f4f9b0a0f74a0af7885c674dde02b3b14aa0c6de6
oid sha256:c07592139cb52ec23e19962a3dc9842f898420954df450d3ee6e0f9e1364dadd
size 788943

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d140eb2b059385ad7ad8210ed0d89452959a7f8aa1f4c8393e514bef82695f0
oid sha256:75c408ecb8f6210f006db3147fb6e0f5df4cb551300a58002bd70b8015d8e8bd
size 786003

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:561e21e5ebf391a99fe10a1b4bd0e584942ad8373e51f7cada27aad15af8e9e6
oid sha256:e8faf349f935e5afeb1e08f9bde77fb7a700e4494553c0ed534182d3d44dd06e
size 786005

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5c5f76b57e5972208a4ee862208daa1b56938f77996774c9d8d76c6134bbfea
size 30782
oid sha256:7bfa3219a72ed097958e6de340d242d88fd2d18d97dbda18ba7b99c7af95eca3
size 31101

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa43abc5152a7b1ab5e8eda85473bd8e92316a903e443eb0d0824d07891fdfc5
size 490331
oid sha256:e18612d5deee51a70adef586a7295c7667e7a587412846654666b169c3acd707
size 497963

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2869a4285ba05a1d0e3a59cd246976f14835d7daa71c1655199432c55eb13d35
size 383952
oid sha256:342373dceef9d50cec9d28277fcf3d0219bed39cbb52e7bcd9f4a6673eed2618
size 388676

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40b3cf5ff3cb1bcb458333c91c50c8d1ad3d9f564450af7d7a66cfad601ea8e2
size 261369
oid sha256:300fb7bf2d817cbb31618b72e7ac0235ed1b7fcfde9168a4ea72f4704808725f
size 273419

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5be503e58809d19cd32304547084d4564e289e43f297067bafebbe013e04742d
size 257372
oid sha256:62311de20286834e4d45a7db478617555211257d6458bb40087e7b438c5ac444
size 271396

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b59650097bce8071c9f3b107b30f0700616e88bf23e0657c84d33c2ad056bb7a
size 273580
oid sha256:4e35317b4aa42895da1be52b472f2a950e7fa0260352fda19aa97e5a7af04a41
size 287612

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f11cead05263a2852516e10ee89ec6b2d1063ffe35c18af265dc0905602e850d
size 426443
oid sha256:f9f805a80739f669cb5c61e852454a8770eceff8bfbc02791b56e22930fa8ef8
size 435797

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea3a90ccc70d4d741b1d067be92ae192389fa39bac0452a0551ec67fc267d569
size 438269
oid sha256:b5ed9fb36d98eb693eb8b55654a9c321ce8805abfd5b16c2bd657db59e60f3ad
size 449757

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46ed853f0550eb2be4f8c48257c070aa98f8f811de7764e78074130f89f96f6b
size 8751
oid sha256:f9e6f34e551d829fce5ff562db7637856170c4d9176ae385b676623a1c866016
size 3735

View File

@ -173,7 +173,7 @@ SIMPLIFIED_TEST_MODELS = [
('mobilenet-v2-pytorch', 'pytorch', 'DefaultQuantization', 'performance',
{'accuracy@top1': 0.707, 'accuracy@top5': 0.91}, []),
('mobilenet-v2-pytorch', 'pytorch', 'DefaultQuantization', 'performance',
{'accuracy@top1': 0.706, 'accuracy@top5': 0.904}, ['--input_shape=[1,3,?,?]'])
{'accuracy@top1': 0.707, 'accuracy@top5': 0.904}, ['--input_shape=[1,3,?,?]'])
]