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

Add caching of pipeline steps #123

Open
matbun opened this issue Mar 28, 2024 · 0 comments
Open

Add caching of pipeline steps #123

matbun opened this issue Mar 28, 2024 · 0 comments
Labels
Core prototype⚙️ documentation Improvements or additions to documentation

Comments

@matbun
Copy link
Collaborator

matbun commented Mar 28, 2024

Caching of steps in the Pipeline: https://intertwin-eu.github.io/itwinai/itwinai.pipeline.html
Add slicing possibility in tutorial for simple caching. Example:

if args.download_only:
print('Downloading datasets and exiting...')
pipeline = pipeline[:1]
pipeline.execute()

@matbun matbun added Core prototype⚙️ documentation Improvements or additions to documentation labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core prototype⚙️ documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant