Joshua Xia

Results 21 comments of Joshua Xia

@alexcolpitts96 did you get the paper implement tsmixer_extended? it seems support past/static/future covariable features

TiDE maybe the most advanced algorithm of time series forecasting, Darts also implementing this model. https://github.com/unit8co/darts

@NarineK: Is there anybody take a look this requirement? Thanks!

> @joshua-xia, we have an implementation of CKA but we haven't open sourced it because of other high priority projects. It might take some time before we open source it....

There is TKAN implementation base on tensorflow: code: https://github.com/remigenet/TKAN and paper: https://arxiv.org/pdf/2405.07344

another paper: https://arxiv.org/html/2405.08790v1

Hi @BohdanBilonoh, Would you please add multiprocessing_context parameter for Dataloader, it is useful when we use multi-workers for dataloader, Thanks!

> Hi @BohdanBilonoh, Would you please add multiprocessing_context parameter for Dataloader, it is useful when we use multi-workers for dataloader, Thanks! @BohdanBilonoh refer to #2375

> > Hi @BohdanBilonoh, Would you please add multiprocessing_context parameter for Dataloader, it is useful when we use multi-workers for dataloader, Thanks! > > @BohdanBilonoh refer to #2375 @BohdanBilonoh My...

I did not see the multiprocessing_context from that issue 's patch, I strongly suggest the committer add this parameter.