Sajjad Karimi

Results 3 issues of Sajjad Karimi

I couldn't find the method evaluate_aug in predict.py However the training settings are "augment_seq": True, "augment_signal_full": True, test epochs run with "model.evaluate" instead of "model.evaluate_aug". Is there a specific reason?...

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, I appreciate your code sharing and good paper. The following link for data located locally (X_0.npy,..., Y_4classes.npy) is not working. "10.204.142.25:/Documents/gong/DEAP/" Where can I find the dataset? Is it...