NVK

Results 5 issues of NVK

Dear authors, Thanks for providing this immersive codebase! However, when reading through the code, I saw some ambiguous logic. First, in evaluating NLL when training vada, the `neg_log_p_ode ` output...

Hi all, I am trying to build the code with python version 2.7 and version 3.8. When I used CMake to generate building files, there were no errors. Until I...

Hi authors, Thank you for your published code! I have skimmed through the repo. As I am currently interested in the graph generation problem, so I have looked deeper into...

Hi authors, I remarked that you only trained the loss $ L_{t}^{^} $ for all experiment while you proposed three types of loss in Algorithm 1. Could you explain the...

Hi Song, In the paper you define $\alpha_i = \prod_{j=1}^i 1- B_j$ however in the actual implementation $\alpha_i = 1 - \beta_i$. Could you help to verify which one is...