Skip to content

Commit

Permalink
[PT] Update reference for squeezenet1_1_imagenet_int8_per_tensor (ope…
Browse files Browse the repository at this point in the history
…nvinotoolkit#2831)

### Changes

Update reference from 58.07 to 58.09

### Reason for changes

Changed in maxpoll layer:
-  `opset8` -> `opset14`
- `rounding_type="ceil"` ->  `rounding_type="ceil_torch"`

```
# 2024.3
<layer id="18" name="__module.features.2/aten::max_pool2d/MaxPool" type="MaxPool" version="opset14">
	<data strides="2, 2" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="3, 3" rounding_type="ceil_torch" auto_pad="explicit" index_element_type="i64" axis="2" />
	
# 2024.2
<layer id="18" name="__module.features.2/aten::max_pool2d/MaxPool" type="MaxPool" version="opset8">
	<data strides="2, 2" dilations="1, 1" pads_begin="0, 0" pads_end="0, 0" kernel="3, 3" rounding_type="ceil" auto_pad="explicit" index_element_type="i64" axis="2" />

```

Co-authored-by: Nikita Malinin <[email protected]>
  • Loading branch information
AlexanderDokuchaev and KodiaqQ authored Jul 23, 2024
1 parent 934f5df commit 5d69fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torch/sota_checkpoints_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"squeezenet1_1_imagenet_int8_per_tensor": {
"config": "examples/torch/classification/configs/quantization/squeezenet1_1_imagenet_int8_per_tensor.json",
"reference": "squeezenet1_1_imagenet",
"target_ov": 58.07,
"target_ov": 58.09,
"target_pt": 58.14,
"metric_type": "Acc@1",
"resume": "squeezenet1_1_imagenet_int8_per_tensor.pth",
Expand Down

0 comments on commit 5d69fcd

Please sign in to comment.