Update export_model.py

pull/990/head
cuicheng01 2021-06-29 22:39:06 +08:00 committed by GitHub
parent 01f1314fbd
commit 4b10174a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class ExportModel(nn.Layer):
def __init__(self, config):
super().__init__()
print (config)
self.base_model = build_model(config)
# we should choose a final model to export