Niall Dalton

Results 3 issues of Niall Dalton

## ❓ Questions and Help Hello, I have just set up to use captum to analyze a resnet50 model (taken directly from torchvision). Captum works perfectly as expected for most...

Hi author, Any idea why the performance accuracy is so low on the sample task you provide? I added the following lines to test accuracy: `output = logits.transpose(1, 2)` `predicts...

question

The newest tf 1.14 release removes tensorflow.python.ops.linalg.linear_operator_util.matmul_with_boradcast. This causes the tests to fail and I can't run the example code.