Zheyuan Zhou
Results
1
issues of
Zheyuan Zhou
1. in jupyter notebook Examples, when applying integrated_gradient, "mask = inter_grad.get_mask(x[0])" might need to be changed to "mask = inter_grad.GetMask(x[0])" cuz from the current implementation, the class method get_mask is...