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

Select specific AFIDs for training #18

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kaitj
Copy link
Collaborator

@kaitj kaitj commented Feb 16, 2024

As the title suggests, this PR introduces a flag (--afids-num) to the training workflow enabling the user to select specific AFID(s) for training. This may be particularly helpful when testing out the workflow or for some specific use cases. Specific AFID(s) can be selected by passing a space-separated list of the AFID numbers of interest.

For example:

  • --afids-num 1 will perform training only on AFID 1
  • --afids-num 1 2 will perform training on AFIDs 1 and 2.

In the event this parameter is not provided, all 32 AFIDs will be trained.

Alaa Taha and others added 5 commits February 5, 2024 13:46
…rs (by ensuring MNI image used as priors is same as participant image) and produce a workable first iteration with current train workflow
Added flag `--afids-num`, enabling user to pass along a space-separated
list to select specific AFIDs (e.g. `--afids-num 1 2` to select AFIDS 1
and 2 OR `--afids-num 1` to select AFID 1. If this parameter is not
provided, training will be performed on all AFIDs.
@kaitj kaitj added the enhancement New feature or request label Feb 16, 2024
@kaitj kaitj requested a review from ataha24 February 16, 2024 20:34
@kaitj kaitj self-assigned this Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants