Explorar el Código

Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleX into develop

jiangjiajun hace 5 años
padre
commit
fa10dfa6b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      paddlex/slim.py

+ 1 - 1
paddlex/slim.py

@@ -31,4 +31,4 @@ def export_quant_model(model,
         batch_size=batch_size,
         batch_num=batch_num,
         save_dir=save_dir,
-        cache_dir='./temp')
+        cache_dir=cache_dir)