File tree Expand file tree Collapse file tree 4 files changed +2494
-20
lines changed
src/decoding_pipeline/pipelines/model_feature_generation Expand file tree Collapse file tree 4 files changed +2494
-20
lines changed Original file line number Diff line number Diff line change @@ -152,20 +152,16 @@ center_out_windowed_spectrogram_std_pkl:
152
152
type : PartitionedDataSet
153
153
dataset :
154
154
type : pickle.PickleDataSet
155
- backend : joblib
156
- save_args :
157
- compress : 3
155
+ backend : pickle
158
156
path : data/05_model_input/CC01/ccCenterOut/windowed_spectrograms
159
- filename_suffix : " .lz4 "
160
- layer : primary
157
+ filename_suffix : " .pkl "
158
+ layer : model_input
161
159
162
160
center_out_windowed_spectrogram_indices :
163
161
type : PartitionedDataSet
164
162
dataset :
165
163
type : pickle.PickleDataSet
166
- backend : joblib
167
- save_args :
168
- compress : 3
164
+ backend : pickle
169
165
path : data/05_model_input/CC01/ccCenterOut/windowed_spectrogram_indices
170
- filename_suffix : " .lz4 "
171
- layer : primary
166
+ filename_suffix : " .pkl "
167
+ layer : model_input
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ model_data_params:
74
74
shift : 1 # samples
75
75
pre_stimulus_time : 0.5 # seconds
76
76
post_completion_time : 0 # seconds
77
+ precision : ' float16'
77
78
78
79
center_out :
79
80
sel_split_type : ' leave_session_out' # leave_day_out, leave_session_out, leave_trial_out
You can’t perform that action at this time.
0 commit comments