Haojin Deng

Results 1 issues of Haojin Deng

I found the data loader only loads one feature column during training: ```python seq_x = self.data_x[s_begin:s_end, feat_id:feat_id+1] seq_y = self.data_y[r_begin:r_end, feat_id:feat_id+1] ``` May I know how can I load multivariate...