yl-1993/learn-to-cluster

train_gcn_v.py line 45: cfg.log_level Error

1878708493 opened this issue · 1 comments

train_gcn_v.py
line 45: cfg.log_level Error : Logger must be a logging.Logger object

How can I fix it ?

Hi @1878708493 , I suspect it may relate to the version of mmcv. Would you mind sharing full error message? Or you may want to try pip install mmcv==0.2.15?