bk

Results 6 comments of bk

Thank you for your comment. I am new to pytorch and your explanation is not very clear for me, can you elaborate on that? To my knowledge nn.Parameters are included...

Dear @kxhit , I am trying to do a similar thing as you mentioned. Would you mind giving me a hint about how you are doing the backward call? For...

Thank you so much for the suggestion @zou3519, I will check this and get back to you!

I also have issues with `max_seq_len`, I believe during finetuning it is fixed with the value of loaded model, not from the passed values. Has anyone had this issue? or...

Hi can you mention how to get this exact dataset?

I am thinking if past_feat_dynamic_real needs to be truncated with other inputs as these are known context features, which should not be masked at all. https://github.com/SalesforceAIResearch/uni2ts/blob/cadebd82106e32409b7854b033dbd7a68de87fc0/src/uni2ts/model/moirai/pretrain.py#L447-L454