Informer2020 icon indicating copy to clipboard operation
Informer2020 copied to clipboard

请问batch_x与batch_x_mark有什么区别呢?batch_x_mark的作用是什么?

Open greet001-cai opened this issue 1 year ago • 6 comments

greet001-cai avatar Apr 20 '23 06:04 greet001-cai

已解决,谢谢

greet001-cai avatar Apr 20 '23 08:04 greet001-cai

我也有这个疑问,请问您是怎么解决的呢

HALF111 avatar May 18 '23 14:05 HALF111

It's the timestamp information.

https://github.com/zhouhaoyi/Informer2020/blob/0ac81e04d4095ecb97a3a78c7b49c936d8aa9933/data/data_loader.py#L176-L177

Also, it seems that a lot of people confuse "mark" with "mask". (https://github.com/zhouhaoyi/Informer2020/issues/158#issuecomment-848691957)

blacksnail789521 avatar May 29 '23 09:05 blacksnail789521

It's the timestamp information.

https://github.com/zhouhaoyi/Informer2020/blob/0ac81e04d4095ecb97a3a78c7b49c936d8aa9933/data/data_loader.py#L176-L177

Also, it seems that a lot of people confuse "mark" with "mask". (#158 (comment))

Many thanks for your answer, so does that mean batch_x is the original sequence info, and batch_x_mark is the timestamp information which is extracted from the original sequence?

HALF111 avatar May 31 '23 01:05 HALF111

Yes, it used the time_features to create the timestamp infos.

blacksnail789521 avatar May 31 '23 02:05 blacksnail789521

Yes, it used the time_features to create the timestamp infos.

OK, I understand what you mean. Thanks again for your answer!

HALF111 avatar May 31 '23 03:05 HALF111