CLUE icon indicating copy to clipboard operation
CLUE copied to clipboard

Algorithm 1 CLUE updating z incrementally

Open alishibli97 opened this issue 2 years ago • 0 comments

I was wondering how the latent variable z in algorithm 1 of the paper is being updated. In the paper line 6 of the algorithm 1, I understand that you update z and then use that updated z in line 3. However, the code here just takes the initial z value at each iteration through the function CLUE.uncertainty_from_z() https://github.com/cambridge-mlg/CLUE/blob/1d7a70df92406ae217db058350e072b516ac948d/interpret/CLUE.py#L104 Can you provide a small clarification on this please? Thanks in advance :)

alishibli97 avatar Nov 28 '21 17:11 alishibli97