You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我clone 这个项目后,在task/DDP/目录运行preprocess.py,先是提示data_dir目录不对,把data_dir目录改成绝对目录(/home/zlzhang/imcs21/dataset/)后还是报错record['disease_tag'] = all_value['label'] TypeError: string indices must be integers,请问是数据处理脚本问题还是数据问题😉