Commit 61e77849 authored by WenmuZhou's avatar WenmuZhou
Browse files

fix a bug of train log not save

parent b7c8bfb4
......@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment