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

Computing train embeddings #8

Open
estanley16 opened this issue May 9, 2024 · 1 comment
Open

Computing train embeddings #8

estanley16 opened this issue May 9, 2024 · 1 comment
Assignees

Comments

@estanley16
Copy link

Hi there,
I was able to successfully use the tutorial in imagenet_case_study_fast_kfac.ipynb on my own data to compute influence embeddings for my test set.

However, I would like to find slice opponents, so I am wondering how to compute influence embeddings for the training data?
I tried calling predict for my training data on the embedder that was fit to the training data, but the results seemed wrong as all the embeddings were essentially zero.
Alternatively, is there a simpler and/or built-in way to compute slice opponents?

thanks!

@adebayoj
Copy link
Contributor

Thanks for sharing the update! Indeed, these embeddings should not be zero. Right now, we don't have a direct way to compute slice opponents, but we can include one in a revamp of the repo. First, we'll reproduce the imagenet case study that you just found, and get back to you.

Thanks!

@adebayoj adebayoj self-assigned this Aug 14, 2024
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

2 participants