-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cache dataset #248
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@@ -44,6 +46,7 @@ def __init__( | |||
n_jit_steps=1, | |||
pre_shuffle=False, | |||
ignore_labels=False, | |||
cache_path=".", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No its finde.
Huber Loss
Input Autocomplete
Reintroduced cached dataset. Choice of ds is now available in input.