WENJIE FENG
Results
1
issues of
WENJIE FENG
For the `inception_v3` model in `torchvision.models`, FullGrad attribution arises the AssertionError about "assert(len(self.bias_data) == len(grads_list))"; I find that the `len(self.bias_data)` is 96 while `len(grads_list)`is just 94 when steps into the...