Skip to content

Commit 53633ae

Browse files
committed
Changed spectrogram windowing param to float16
1 parent 512c6d4 commit 53633ae

File tree

4 files changed

+2494
-20
lines changed

4 files changed

+2494
-20
lines changed

conf/base/catalog.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,20 +152,16 @@ center_out_windowed_spectrogram_std_pkl:
152152
type: PartitionedDataSet
153153
dataset:
154154
type: pickle.PickleDataSet
155-
backend: joblib
156-
save_args:
157-
compress: 3
155+
backend: pickle
158156
path: data/05_model_input/CC01/ccCenterOut/windowed_spectrograms
159-
filename_suffix: ".lz4"
160-
layer: primary
157+
filename_suffix: ".pkl"
158+
layer: model_input
161159

162160
center_out_windowed_spectrogram_indices:
163161
type: PartitionedDataSet
164162
dataset:
165163
type: pickle.PickleDataSet
166-
backend: joblib
167-
save_args:
168-
compress: 3
164+
backend: pickle
169165
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

conf/base/parameters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ model_data_params:
7474
shift: 1 # samples
7575
pre_stimulus_time: 0.5 # seconds
7676
post_completion_time: 0 # seconds
77+
precision: 'float16'
7778

7879
center_out:
7980
sel_split_type: 'leave_session_out' # leave_day_out, leave_session_out, leave_trial_out

0 commit comments

Comments
 (0)