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

change TCAV to use captum/_utils/fb/av.py #747

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2021

  1. change TCAV to use captum/_utils/fb/av.py

    Summary:
    AV.load now returns a Dataset, not a DataLoader
    Also, activations for a single layer and multiple concepts are no longer stored as a single DataLoader (which also generates labels).  Instead, they are stored as a list of Datasets (not DataLoaders).  This list is used to create a Dataset (not DataLoader) that also generates labels.  I think it is better to pass around Datasets for as long as possible, because they are more flexible.
    
    Reviewed By: NarineK
    
    Differential Revision: D30566560
    
    fbshipit-source-id: ce78151cf94dac2bfb51f34add1bc51dd0369887
    99warriors authored and facebook-github-bot committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    86a12c5 View commit details
    Browse the repository at this point in the history