Skip to content

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

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

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

Conversation

@richardliaw

@richardliaw richardliaw commented Jan 30, 2019

Copy link
Copy Markdown
Contributor

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 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

richardliaw commented Jan 31, 2019

Copy link
Copy Markdown
Contributor Author

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

3 participants