7fantasysz / MSCRED

Multi-Scale Convolutional Recurrent Encoder-Decoder
135 stars 53 forks source link

Data retrieving problem #14

Open tdingquan opened 2 years ago

tdingquan commented 2 years ago

What is the meaning of the variable gap_time in utils.py?

It seems that 'gap time between each segment' does not fit the use of the variable as:

In line 45 of file generation _signature_matrice.py, u directly slice data from raw_data without considering the gap variable,

which means that you only use a small part of the data.

Am I missing something or is this a bug?