We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ba39 commit 270ce8aCopy full SHA for 270ce8a
deploy/slim/quantization/export_model.py
@@ -34,7 +34,7 @@
34
import tools.program as program
35
from paddleslim.dygraph.quant import QAT
36
from ppocr.data import build_dataloader, set_signal_handlers
37
-from tools.export_model import export_single_model
+from ppocr.utils.export_model import export_single_model
38
39
40
def main():
0 commit comments