Update infer.py

add a new faster model to infer in cli
pull/2421/head
Zhao Yuting 2 years ago committed by GitHub
parent fb7f04e021
commit 12a11394bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,3 +335,4 @@ class TextExecutor(BaseExecutor):
self.infer()
res = self.postprocess(isNewTrainer=True)
return res

Loading…
Cancel
Save