fix traner.py import error (#10442)

scopeFix
Yancey 7 years ago committed by GitHub
parent 9c83feaac3
commit bb3247e339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ import io
# optimizer is same as the parameter of Trainer.__init__. Rename it to opt_module
import optimizer as opt_module
import distribute_transpiler
from transpiler import distribute_transpiler
__all__ = [
'Trainer',

Loading…
Cancel
Save