mmpretrain
mmpretrain copied to clipboard
Backend TkAgg is interactive backend. Turning interactive mode on.[Bug]
推荐使用英语模板 Bug report,以便你的问题帮助更多人。
描述 bug
when I run the command below to start debugging in Pycharm (Pycharm community):
python train.py mmclassification/configs/resnet/resnet50_8xb32_in1k_IMGDataset.py
I got this message:
2022-05-04 17:37:55,110 - mmcls - INFO - workflow: [('train', 1)], max: 80 epochs
2022-05-04 17:37:55,111 - mmcls - INFO - Checkpoints will be saved to /data/bmx/yuml_web/mmclassification/tools/work_dirs/resnet50_8xb32_in1k_IMGDataset by HardDiskBackend.
Backend TkAgg is interactive backend. Turning interactive mode on.
I couldn't debug anything in Pycharm for mmclassification program,how to solve this?
[填写这里]
复现流程
在命令行中执行的详细操作
[填写这里]
相关信息
-
pip list | grep "mmcv\|mmcls\|^torch"命令的输出 [填写这里] - 如果你修改了,或者使用了新的配置文件,请在这里写明
[填写这里]
- 如果你是在训练过程中遇到的问题,请填写完整的训练日志和报错信息 [填写这里]
- 如果你对
mmcls文件夹下的代码做了其他相关的修改,请在这里写明 [填写这里]
附加内容
任何其他有关该 bug 的信息、截图等
[填写这里]
Can you provide your environment and detailed config?
This issue will be closed as it is inactive, feel free to re-open it if necessary.