Skip to content
Discussion options

You must be logged in to vote

Thank you for the input Alex do you mind elaborating a bit? If I don't use a pre-trained model and want to train the CNN responsible for extracting mid-level-features from the 'backbone', learning rate/optimizers wont have an effect because of what?

Which hyperparameters can I tweak to expereiment? Is it these: input_size: tuple[int, int], layers: list[str], backbone: str = "wide_resnet50_2", pre_trained: bool = True, num_neighbors: int = 9, from the documentation (https://openvinotoolkit.github.io/anomalib/_modules/anomalib/models/patchcore/torch_model.html#PatchcoreModel.forward)

Appologies for my ignorance.

You will always use pre-trained models because patchcore only extracts featur…

Replies: 17 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by samet-akcay
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Bug Something isn't working Good First Issue Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.
3 participants
Converted from issue

This discussion was converted from issue #1009 on August 15, 2023 14:38.