diff --git a/feature-decoding/README.md b/feature-decoding/README.md index 7c60911..b7c6a44 100644 --- a/feature-decoding/README.md +++ b/feature-decoding/README.md @@ -42,7 +42,7 @@ uv run python scripts/predict_feature_fastl2lir.py 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. @@ -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.