Skip to content
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

code calculation time is long #2

Open
hhyx opened this issue Jun 23, 2022 · 1 comment
Open

code calculation time is long #2

hhyx opened this issue Jun 23, 2022 · 1 comment

Comments

@hhyx
Copy link

hhyx commented Jun 23, 2022

Hi, I tested the code and the result is very accurate. But I would like to ask why the calculation time is very long, the average time to calculate the time series of length 1000 in the paper is 0.146s, this is more than 40 seconds with the calculation time in the code.
image

@ariaghora
Copy link
Owner

Hi, you're correct, and that is expected. That part is the one that I cannot really replicate due to incomplete details in the original paper. In fact, I used different optimization (iterative gradient-based) rather than the one in the paper (ADMM), so this might be the main culprit. The hardware specification might matter as well, but not sure about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants