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…
Reference in New Issue