Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm 1 CLUE updating z incrementally #3

Open
alishibli97 opened this issue Nov 28, 2021 · 0 comments
Open

Algorithm 1 CLUE updating z incrementally #3

alishibli97 opened this issue Nov 28, 2021 · 0 comments

Comments

@alishibli97
Copy link

alishibli97 commented Nov 28, 2021

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()

def uncertainty_from_z(self):
Can you provide a small clarification on this please?
Thanks in advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant