针对你提出的问题“no module named 'captum'”,我将按照提供的tips进行回答: 确认'captum'模块是否存在拼写错误: 'captum'是Facebook AI研究院开源的一个用于解释机器学习模型的Python库,其拼写是正确的,没有错误。 检查Python环境是否已安装'captum'模块: 你可以通过运行以下Python代码来检查'captum'模块是否已...
🐛 Describe the bug Running 'pytest' gets these errors: ModuleNotFoundError: No module named 'torch.ao.quantization.experimental' facebookresearch/d2go#141 The code likely needs to be changed from: from torch.ao.quantization.experimental...
I doubt it's particularly helpful, but here's the stacktrace (_vis_captumis a function I wrote to inegrate captum with the reid library). Traceback (most recent call last): File "test_many.py", line 385, in <module> captum_sign=args.captum_sign) File "test_many.py", line 287, ...