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

Prototypes explanation computed only for batch size = 1 #54

Open
gpitteri opened this issue Oct 26, 2023 · 0 comments
Open

Prototypes explanation computed only for batch size = 1 #54

gpitteri opened this issue Oct 26, 2023 · 0 comments
Labels
bad-design Bad design and/or hacks

Comments

@gpitteri
Copy link

To evaluate the local scores of the prototypes we need to run inference on the dataset, hence create a dataloader.
In the current implementation the dataloader needs to have a batch size of 1, otherwise we get an error.

@gpitteri gpitteri added the bad-design Bad design and/or hacks label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bad-design Bad design and/or hacks
Projects
None yet
Development

No branches or pull requests

1 participant