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

How to implement training with a large number of positive sample data sets? #84

Open
lemonxiaohei opened this issue Jul 19, 2023 · 1 comment

Comments

@lemonxiaohei
Copy link

hello
I have a large number of positive sample data sets, and the training finds that each epoch has to convert all the pictures in the training set into "feature" for sample, which leads to insufficient video memory. How do I solve this problem

@Sj-Yuan
Copy link

Sj-Yuan commented Jan 15, 2024

The patchcore is a memory-bank based method, which requires memorizing all features from training samples, it is computationally expensive. Therefore, if you have a large number of normal data sets, it is better to choose other method for training, such as reverse distillation, effcientAD.

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