Closed makecent closed 3 years ago
I found that the logger <RootLogger root (WARNING)>
, which is the parent of logger <Logger mmaction (INFO)>
, contains a level 0 handler <StreamHandler <stderr> (NOTSET)>
. Is this a bug?
Thanks for the report. It is tracked here https://github.com/open-mmlab/mmcv/issues/1000
In the training logs, there are two duplicate info lines, even the configs and environment info were printed two times. One info starting with time which the other one doesn't have. Any suggestions?