Lefei Shen
Lefei Shen
+1, looking forward to releasing the scripts of training and fine-tuning!
我也有这个疑问,请问您是怎么解决的呢
> 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)](https://github.com/zhouhaoyi/Informer2020/issues/158#issuecomment-848691957)) Many thanks for your answer, so...
> Yes, it used the [`time_features`](https://github.com/zhouhaoyi/Informer2020/blob/0ac81e04d4095ecb97a3a78c7b49c936d8aa9933/utils/timefeatures.py#L114) to create the timestamp infos. OK, I understand what you mean. Thanks again for your answer!
我现在也是,卡在96不动了
+1 按照新的issue中的方法仍然未能解决这个问题
I get it. Thanks for your answer! By the way, I found that in "cli/conf/pretrain/data/lotsa_v1_weighted.yaml", each dataset is given a weight ranging from 1e-2 to 1e2, I'm wondering how these...
Yes, I found the calculation of the weights in your provided notebook. Thanks for your great work!