Skip to content

How to set PatchCore config to work with a bigger High-Res Dataset? #115

Answered by samet-akcay
daMichaelB asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @daMichaelB, thanks for reporting this. I think there are multiple issues here.

As mentioned in #110, we could utilize the GPU only for the model itself to save some memory and use CPU for other components.
For instance, for metric computation, we have AUC and adaptive F1, both of which requires significant memory to compute. We can double check if this is always handled by the GPU. Also we could add a flag to choose the metrics rather than computing and dumping all at once.

Another issue stems from an algorithm module itself, where a memory bank stores the locally-aware-patch-features for the training set. Larger dataset would store larger patch-features, which would ultimately cause …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@daMichaelB
Comment options

@samet-akcay
Comment options

Answer selected by daMichaelB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants