infembed icon indicating copy to clipboard operation
infembed copied to clipboard

Computing train embeddings

Open estanley16 opened this issue 3 months ago • 1 comments

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!

estanley16 avatar May 09 '24 20:05 estanley16