我需要使用的返回值
viz.visualize_image_attr(fa_attr_without_max[0].cpu().detach().permute(1, 2, 0).numpy(), sign="all", title="Integrated Gradients")
作为图像。
此方法返回:2-element tuple of *figure, **axis*
;它们的数据类型为matplotlib.pyplot.figure
我尝试了plt并搜索了将元组转换为图像,但没有找到结果
1条答案
按热度按时间cngwdvgl1#
您应该能够使用matplotlib.pyplot.savefig