Skip to content

Commit cf80fc8

Browse files
committed
remove truediv as default config ignored scope
1 parent 55052eb commit cf80fc8

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/openvino/image-classification/configs/swin-base-jpqd.json

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"ignored_scopes": [
3737
"{re}.*__add___[0-1]",
3838
"{re}.*layer_norm_0",
39-
"{re}.*matmul_1",
40-
"{re}.*__truediv__*"
4139
]
4240
}
4341
]

examples/openvino/question-answering/configs/bert-base-jpqd.json

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"ignored_scopes": [
3737
"{re}.*__add___[0-1]",
3838
"{re}.*layer_norm_0",
39-
"{re}.*matmul_1",
40-
"{re}.*__truediv__*"
4139
]
4240
}
4341
]

examples/openvino/text-classification/configs/bert-base-jpqd.json

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
"ignored_scopes": [
4141
"{re}.*__add___[0-1]",
4242
"{re}.*layer_norm_0",
43-
"{re}.*matmul_1",
44-
"{re}.*__truediv__*"
4543
]
4644
}
4745
]

0 commit comments

Comments
 (0)