Przeglądaj źródła

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

jiangjiajun 5 lat temu
rodzic
commit
fa10dfa6b7
1 zmienionych plików z 1 dodań i 1 usunięć
  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)