soloccc

Results 2 issues of soloccc

I have already trained a pytorch model, the error occurs in the following sentence: exp = dice_ml.Dice(d, m) the ERROR show as follows: RuntimeError: running_mean should contain 69 elements not...

when I follow the quick start, using pytorch with a two layer model(linear-relu-linear) In this sentence: cond_vals = cond.attribute(test_input_tensor, target=1) the error occured. I have checked the type of test_input_tensor----tensor,so...