Skip to content

Commit 270ce8a

Browse files
yes-githubguangpin.ye
and
guangpin.ye
authored
bugfixed: import error (#13994)
Co-authored-by: guangpin.ye <guangpin.ye@lpht.com>
1 parent ea7ba39 commit 270ce8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/slim/quantization/export_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import tools.program as program
3535
from paddleslim.dygraph.quant import QAT
3636
from ppocr.data import build_dataloader, set_signal_handlers
37-
from tools.export_model import export_single_model
37+
from ppocr.utils.export_model import export_single_model
3838

3939

4040
def main():

0 commit comments

Comments
 (0)