This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
PaddleOCR
mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
Watch
1
Star
0
Fork
You've already forked PaddleOCR
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
119b5e9bed
PaddleOCR
/
ppocr
/
utils
/
loggers
/
__init__.py
4 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Integration of the WandbLogger with the latest changes in the PaddleOCR integrations
2022-04-12 23:47:54 +08:00
from
.
vdl_logger
import
VDLLogger
Added functionality to use multiple loggers simultaneously and addded the english documentation on how to use them
2022-04-15 14:44:22 +08:00
from
.
wandb_logger
import
WandbLogger
from
.
loggers
import
Loggers