fix a bug of train log not save

This commit is contained in:
WenmuZhou 2021-07-07 18:59:52 +08:00
parent b7c8bfb4a1
commit 61e77849f2
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ from paddle import inference
import time
from ppocr.utils.logging import get_logger
logger = get_logger()
def str2bool(v):
return v.lower() in ("true", "t", "1")