Yuxuan Shu
Yuxuan Shu
Hi, thank you for your amazing work. I'm wondering whether there is an instruction for loading both the image face frames as well as the speech segments.
Hi, thank you for your work. I'm testing your code with ETTh1 dataset using both multivariate predict univariate task (MS) and univariate predict univariate (S). If I understand the process...
Hi Patrick! Thank you so much for your inspiring work. I am currently trying to implement sequence-to-sequence forecasting with CDE but the output smoother without adding time as an additional...
Hi, I have a question about computing the replacement S score. In your paper, the score is obtained by $S(w) = freq(w)IDF(w)$. However, in the code, this score is calculated...
Hi, I am trying to implement neuralSDE using torchdyn, my code is: ``` # drift_func f = nn.Sequential(...) # diffusion function g = nn.Sequential(...) self.func = NeuralSDE(f, g, solver=args.solver, rtol=args.rtol,...
Hi! thank you for your great work! I've noticed that you used the cosine similarity function, are there any reasons for choosing this method?