提交 c2fdb7fe 编写于 作者: S seven

tutorial: interpret one image

上级 b4eaa7a7
......@@ -25,10 +25,6 @@ test_dataset = pdx.datasets.ImageNet(
label_list=osp.join(dataset, 'labels.txt'),
transforms=model.test_transforms)
import numpy as np
np.random.seed(5)
perm = np.random.permutation(len(test_dataset.file_list))
# 可解释性可视化
pdx.interpret.normlime(
test_dataset.file_list[0][0],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册