Skip to content

Commit

Permalink
bugfixed: import error (#13994)
Browse files Browse the repository at this point in the history
Co-authored-by: guangpin.ye <[email protected]>
  • Loading branch information
yes-github and guangpin.ye authored Oct 14, 2024
1 parent ea7ba39 commit 270ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/slim/quantization/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import tools.program as program
from paddleslim.dygraph.quant import QAT
from ppocr.data import build_dataloader, set_signal_handlers
from tools.export_model import export_single_model
from ppocr.utils.export_model import export_single_model


def main():
Expand Down

0 comments on commit 270ce8a

Please sign in to comment.