|
|
|
|
|
by pietro72ohboy
1512 days ago
|
|
Both approaches are correct. The parent is talking about Ablation based importance attribution whereas you’re using gradients to assign importance. Your approach will compute pixel importance in a single step whereas ablation based approaches generally need many passes. |
|
How do you address the vanishing gradient problem?