MultitaskSleepNet icon indicating copy to clipboard operation
MultitaskSleepNet copied to clipboard

Joint Classification and Prediction CNN Framework for Automatic Sleep Stage Classification

Results 2 MultitaskSleepNet issues
Sort by recently updated
recently updated
newest added

In dnn_filterbank.py line 19, the config is called without any underline for the four last items. self.Wbl = tf.constant(self.tri_filter_shape(self.config.n_dim, self.config.nfilter, self.config.fmin, self.config.fmax, self.config.flow, self.config.fhigh), dtype=tf.float32, name="W-filter-shape")

HI first of all thanks for your project. And I just found some little mistakes: 1. In 'main_run.m' row 7 should be: prepare_data_dnn_filterbank; 2. 'data_split.mat' for 'gen_datalist_dnn_filterbank.m' is missed, however...