-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mismatch of code and pseudocode #4
Comments
Hi, I also found some difference between the formula and the code implementation, for example in Eq. (29) and this line of code flips the sign of the first drifting term. x_t = x_s + g**2 * (data_pred - 1/self.K) * self.delta_t + g * self.delta_t**0.5 * noise I was wondering if there's anything I've overlooked or misunderstood, or is it a bug that needs fixing? |
@qky18 I've posted some questions under your paper and received great answers, and surprisingly, I meet you here. Let me also take a look at this issue. |
@explorer1212 So nice seeing you here and exploring BFN together! Maybe we can talk some day. |
@qky18 I am looking forward to this talk! |
@explorer1212 Hi, I cannot find your email address. Email me at qky22[AT]mails.tsinghua.edu.cn if you'd like to! |
Hello,
in SDE-BFN-Solver2(on discrete data),
in the pseudocode, the coefficient is (-1/3), but in the code, the coefficient is (1/3)
So, which one is correct?
The text was updated successfully, but these errors were encountered: