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

Just-In-Time tabularization take very long time ? #1603

Closed
1 task done
joejoe2 opened this issue Jun 27, 2024 · 1 comment
Closed
1 task done

Just-In-Time tabularization take very long time ? #1603

joejoe2 opened this issue Jun 27, 2024 · 1 comment

Comments

@joejoe2
Copy link

joejoe2 commented Jun 27, 2024

Prerequisites

Is your feature request related to a problem? Please describe.

I have upgraded to 1.0.0rc10 from 0.8.0. The dataloader takes 4 minute before training start in 0.8.0 with 3000 time series. But now it takes more than 20 minute (still running ... ). I think this is related to #1469 and #1529.

Describe the solution you'd like

Maybe we can make the Just-In-Time tabularization optional with a flag ?

@ourownstory
Copy link
Owner

ourownstory commented Jun 28, 2024

Hi @joejoe2 You are right - this move is currently increasing the computation times. Please bear with us - It is a larger move that we are working on in multiple steps. The type of change is of a more fundamental nature that is not compatible with an optional flag. In the next workstep we will focus on improving computation times. Overall, the expected outcome is to achieve dramatically lower memory usage (allowing for larger datasets) and better parallelization, requiring comparable compute (depending on data/model/hardware setup).

We did a regular release of NP 0.9.0 before merging this change. In this transitory phase, please stick to 0.9.0 (or future regular releases) and avoid main (or the 1.0.0rc release candidates) for stable/production environments.

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