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

Cache dataset #248

Merged
merged 14 commits into from
Apr 3, 2024
Merged

Cache dataset #248

merged 14 commits into from
Apr 3, 2024

Conversation

M-R-Schaefer
Copy link
Contributor

Reintroduced cached dataset. Choice of ds is now available in input.

@@ -44,6 +46,7 @@ def __init__(
n_jit_steps=1,
pre_shuffle=False,
ignore_labels=False,
cache_path=".",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cache path maybe better in experiment dir?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is set to the experiment dir in run.py
This is just the default, but we can remove that if you prefer.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No its finde.

@M-R-Schaefer M-R-Schaefer merged commit 8f6faa7 into dev Apr 3, 2024
3 checks passed
@M-R-Schaefer M-R-Schaefer deleted the cache_data branch April 3, 2024 12:13
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

Successfully merging this pull request may close these issues.

2 participants