Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Conversation

@tkornuta-ibm
Copy link
Contributor

@tkornuta-ibm tkornuta-ibm commented May 8, 2019

kFold*Samplers:

  • Added epochs_per_fold (DEFAULT: 1) to kFold*Samplers
  • Added processing of config related to epochs_per_fold
  • Added unit test testing that

VQAMed problem:

  • added shuffle_indices/export_indices import_indices options to problem

  • set default config 'vqa_med_2019.yml' of problem class to:

    • shuffle_indices: False
    • export_indices: ''
    • import_indices: ''
  • set default config 'default_vqa_med_2019.yml' to:
    training:
    problem:
    shuffle_indices: True
    export_indices: shuffled_indices.npy
    validation:
    import_indices: shuffled_indices.npy

Exemplary Result of testing when epochs_per_fold=20: second fold is processed at epoch 40:

Screen Shot 2019-05-07 at 8 37 41 PM

@tkornuta-ibm tkornuta-ibm added the enhancement New feature or request label May 8, 2019
@tkornuta-ibm tkornuta-ibm merged commit d3afc8b into develop May 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants