Merge pull request #4272 from LDOUBLEV/fix_log

disable glog info
This commit is contained in:
Double_V 2021-10-09 19:22:16 +08:00 committed by GitHub
commit c3833c2d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ def create_predictor(args, mode, logger):
# enable memory optim
config.enable_memory_optim()
#config.disable_glog_info()
config.disable_glog_info()
config.delete_pass("conv_transpose_eltwiseadd_bn_fuse_pass")
if mode == 'table':