Skip to content

Problem with low performance on custom dataset and HPO #537

Answered by ashwinvaidya17
JACKYNIKK asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JACKYNIKK you can have a look at the parameters in the model and dataset sections of the respective configs. Here is what's there in the ganomaly's config file (https://github.dev/openvinotoolkit/anomalib/blob/3ae63a1135f33972d3b7a0aa1d17d3c907fce3ce/anomalib/models/ganomaly/config.yaml)

model:
  name: ganomaly
  latent_vec_size: 100
  n_features: 64
  extra_layers: 0
  add_final_conv: true
  early_stopping:
    patience: 3
    metric: image_AUROC
    mode: max
  lr: 0.0002
  beta1: 0.5
  beta2: 0.999
  wadv: 1
  wcon: 50
  wenc: 1
  normalization_method: none

You can use HPO on all the parameters (except name) mentioned in this section (and the ones in dataset). For example you can try

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@JACKYNIKK
Comment options

Comment options

You must be logged in to vote
1 reply
@JACKYNIKK
Comment options

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

This discussion was converted from issue #536 on September 02, 2022 15:32.