File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ tuning:
13
13
accuracy_criterion :
14
14
relative : 0.01 # the tuning target of accuracy loss percentage: 1%
15
15
exit_policy :
16
- timeout : 100 # tuning timeout (seconds)
16
+ timeout : 0 # tuning timeout (seconds)
17
17
random_seed : 100 # random seed
Original file line number Diff line number Diff line change 346
346
" We will execute the \" **lpot_quantize_model.py**\" to show the whole process of quantizing a model."
347
347
]
348
348
},
349
+ {
350
+ "cell_type" : " code" ,
351
+ "execution_count" : null ,
352
+ "metadata" : {},
353
+ "outputs" : [],
354
+ "source" : [
355
+ " !export TF_ENABLE_MKL_NATIVE_FORMAT=0"
356
+ ]
357
+ },
349
358
{
350
359
"cell_type" : " code" ,
351
360
"execution_count" : null ,
354
363
},
355
364
"outputs" : [],
356
365
"source" : [
357
- " !python lpot_quantize_model.py"
366
+ " !TF_ENABLE_MKL_NATIVE_FORMAT=0 python lpot_quantize_model.py"
358
367
]
359
368
},
360
369
{
558
567
],
559
568
"metadata" : {
560
569
"kernelspec" : {
561
- "display_name" : " Python [conda env:miniconda3-vlpot] * " ,
570
+ "display_name" : " tensorflow " ,
562
571
"language" : " python" ,
563
- "name" : " conda-env-miniconda3-vlpot-py "
572
+ "name" : " tensorflow "
564
573
},
565
574
"language_info" : {
566
575
"codemirror_mode" : {
572
581
"name" : " python" ,
573
582
"nbconvert_exporter" : " python" ,
574
583
"pygments_lexer" : " ipython3" ,
575
- "version" : " 3.6.12 "
584
+ "version" : " 3.7.10 "
576
585
}
577
586
},
578
587
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments