Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions feature-decoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ uv run python scripts/predict_feature_fastl2lir.py <config_file>
Train a linear decoder that maps fMRI responses to DNN features.

```bash
python scripts/train_decoder_fastl2lir.py train-3d-natural-objects_rep3_fmap_test-3d-natural-objects_rep8_fmap_fmriprep_5000voxel_atlasnet.yaml
python scripts/train_decoder_fastl2lir.py config/train-3d-natural-objects-image_rep3_fmap_test-3d-natural-objects-image_rep8_fmap_fmriprep_5000voxel_atlasnet.yaml
```

Output: feature decoders saved to the path specified by `decoder.path` in the config.
Expand All @@ -52,7 +52,7 @@ Output: feature decoders saved to the path specified by `decoder.path` in the co
Apply trained decoders to test fMRI data to predict DNN features.

```bash
python scripts/predict_feature_fastl2lir.py train-3d-natural-objects_rep3_fmap_test-3d-natural-objects_rep8_fmap_fmriprep_5000voxel_atlasnet.yaml
python scripts/predict_feature_fastl2lir.py config/train-3d-natural-objects-image_rep3_fmap_test-3d-natural-objects-image_rep8_fmap_fmriprep_5000voxel_atlasnet.yaml
```

Output: decoded features saved to the path specified by `decoded_feature.path` in the config.
Expand Down