File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ import pytest
15
16
import random
16
17
import re
17
18
import shutil
@@ -100,6 +101,7 @@ class OVTrainerTestDescriptor:
100
101
compression_metrics : List [str ] = field (default_factory = list )
101
102
102
103
104
+ @pytest .mark .skip
103
105
class OVTrainerBaseTrainingTest (unittest .TestCase , ABC ):
104
106
ovmodel_cls = OVModel
105
107
task = "unknown"
@@ -283,10 +285,7 @@ def tearDown(self):
283
285
"initializer" : {
284
286
"range" : {
285
287
"num_init_samples" : 16 ,
286
- "type" : "percentile" ,
287
- "params" : {"min_percentile" : 0.01 , "max_percentile" : 99.99 },
288
- },
289
- "batchnorm_adaptation" : {"num_bn_adaptation_samples" : 4 },
288
+ "type" : "percentile" ,Base
290
289
},
291
290
"scope_overrides" : {"activations" : {"{re}.*matmul_0" : {"mode" : "asymmetric" }}},
292
291
}
You can’t perform that action at this time.
0 commit comments