File tree Expand file tree Collapse file tree 6 files changed +9870
-87
lines changed
src/decoding_pipeline/pipelines/model_feature_generation Expand file tree Collapse file tree 6 files changed +9870
-87
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ conf/**/*credentials*
12
12
# ignore everything in the following folders
13
13
data /**
14
14
logs /**
15
+ data
15
16
16
17
# except their sub-folders
17
18
! data /** /
Original file line number Diff line number Diff line change 72
72
# format: png
73
73
# layer: reporting
74
74
75
- # center_out_curated_states_pkl:
76
- # type: PartitionedDataSet
77
- # dataset:
78
- # type: pickle.PickleDataSet
79
- # backend: joblib
80
- # save_args:
81
- # compress: 3
82
- # path: data/03_primary/CC01/ccCenterOut/curated_states
83
- # filename_suffix: ".lz4"
84
- # layer: primary
75
+ center_out_curated_states_pkl :
76
+ type : PartitionedDataSet
77
+ dataset :
78
+ type : pickle.PickleDataSet
79
+ backend : joblib
80
+ save_args :
81
+ compress : 3
82
+ path : data/03_primary/CC01/ccCenterOut/curated_states
83
+ filename_suffix : " .lz4"
84
+ layer : primary
85
85
86
86
# center_out_extracted_pkl:
87
87
# type: PartitionedDataSet
137
137
# filename_suffix: ".pkl"
138
138
# layer: primary
139
139
140
- # center_out_spectrogram_std_pkl:
141
- # type: PartitionedDataSet
142
- # dataset:
143
- # type: pickle.PickleDataSet
144
- # backend: joblib
145
- # save_args:
146
- # compress: 3
147
- # path: data/03_primary/CC01/ccCenterOut/spectrograms_std
148
- # filename_suffix: ".lz4"
149
- # layer: primary
140
+ center_out_spectrogram_std_pkl :
141
+ type : PartitionedDataSet
142
+ dataset :
143
+ type : pickle.PickleDataSet
144
+ backend : joblib
145
+ save_args :
146
+ compress : 3
147
+ path : data/03_primary/CC01/ccCenterOut/spectrograms_std
148
+ filename_suffix : " .lz4"
149
+ layer : primary
150
150
151
151
center_out_model_spectrogram_std_pkl :
152
152
type : PartitionedDataSet
Original file line number Diff line number Diff line change 1
- /mnt/shared/sshah /decoding_pipeline/data
1
+ /mnt/shared/corticom/ssah /decoding_pipeline/data
You can’t perform that action at this time.
0 commit comments