pquochuy / MultitaskSleepNet

Joint Classification and Prediction CNN Framework for Automatic Sleep Stage Classification
39 stars 19 forks source link

A minor update dnn_filterbank_config.py #4

Open sajjadkarimi91 opened 2 years ago

sajjadkarimi91 commented 2 years ago

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")