[Bug] TypeError: logger
should be either a logging.Logger object, str, "silent", "current" or None, but got <class 'list'>
#1452
Labels
bug
Something isn't working
Prerequisite
Environment
Reproduces the problem - code sample
In _load_checkpoint_to_model, it should be
Reproduces the problem - command or script
mim test mmpretrain configs/some_config.py --checkpoint some_checkpoint.pth
Reproduces the problem - error message
TypeError:
logger
should be either a logging.Logger object, str, "silent", "current" or None, but got <class 'list'>Additional information
No response
The text was updated successfully, but these errors were encountered: