jan0b
Results
2
comments of
jan0b
# First @rusty1s I solved the optimization part of the bug by adapting the _to_log_prob() function of the GNNExplainer (find my patch below) to allow for using the sigmoid. The...
Yes, I found the issue, it was the seed I set in the Model2Explain initialisation. Thanks for your help. So the only 'real' issue is the __to_log_prob_ function.