MultitaskSleepNet icon indicating copy to clipboard operation
MultitaskSleepNet copied to clipboard

A minor update dnn_filterbank_config.py

Open sajjadkarimi91 opened this issue 3 years ago • 0 comments

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

sajjadkarimi91 avatar Dec 12 '21 19:12 sajjadkarimi91