mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-26 14:38:20 +00:00
fix a bug of train log not save
This commit is contained in:
parent
b7c8bfb4a1
commit
61e77849f2
@ -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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user