Skip to content

[tune] logging fixes, better warnings, better cluster support#3906

Merged
richardliaw merged 7 commits intoray-project:masterfrom
richardliaw:tune_minor_fixes
Feb 3, 2019
Merged

[tune] logging fixes, better warnings, better cluster support#3906
richardliaw merged 7 commits intoray-project:masterfrom
richardliaw:tune_minor_fixes

Conversation

@richardliaw
Copy link
Copy Markdown
Contributor

@richardliaw richardliaw commented Jan 30, 2019

Robust CSV writing, etc.

Fixes #3834, fixes an issue raised in #3904, fixes an issue raised in #3891.

@AmplabJenkins
Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11313/
Test PASSed.

@richardliaw richardliaw changed the title [tune] minor modifications for logging [tune] logging fixes, better warnings, better cluster support Jan 31, 2019
@AmplabJenkins
Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11339/
Test FAILed.

@AmplabJenkins
Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11336/
Test FAILed.

@AmplabJenkins
Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11340/
Test FAILed.

@AmplabJenkins
Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11342/
Test FAILed.

@richardliaw
Copy link
Copy Markdown
Contributor Author

richardliaw commented Jan 31, 2019

compare without done=True -

import ray
from ray.tune import run_experiments


def train_model(config, reporter):
    # compare without done=True
    reporter(mean_accuracy=1, done=True)


if __name__ == '__main__':
    ray.init()
    run_experiments({"my_exp": {"run": train_model}})

@AmplabJenkins
Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11343/
Test PASSed.

@AmplabJenkins
Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11434/
Test PASSed.

@richardliaw richardliaw merged commit eab6dd7 into ray-project:master Feb 3, 2019
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.

[tune] Incorrect end of trial increment for function API

3 participants