GoogleCloudPlatform / cloudml-samples

Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples
https://cloud.google.com/ai-platform/docs/
Apache License 2.0
1.52k stars 857 forks source link

Hyper parameter tuning with tf estimator in custom container #477

Closed ultrons closed 4 years ago

ultrons commented 4 years ago

Created this sample based on the TPU resnet sample on dummy imagenet dataset. Using hypertune hook to enable reporting evaluation results periodically to Vizier.

gogasca commented 4 years ago

@ultrons thanks for the contribution. We are currently migrating our samples to a new repo. This sample is definitely welcome. https://github.com/GoogleCloudPlatform/ai-platform-samples

This folder may be recommended: ai-platform-samples/training/tensorflow/custom_containers/hypertune/resnet

Thanks

ultrons commented 4 years ago

Thanks @gogasca , I will recreate the pull request to ai-platform-samples repo.

gogasca commented 4 years ago

Thanks and sorry for the inconvenience, I will update CONTRIB instructions and README.

On Fri, Mar 27, 2020 at 3:26 PM Vaibhav Singh notifications@github.com wrote:

Thanks @gogasca https://github.com/gogasca , I will recreate the pull request to ai-platform-samples repo.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GoogleCloudPlatform/cloudml-samples/pull/477#issuecomment-605340741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHFMDN4MUPHUBH5HSP7ZDZLRJUR2PANCNFSM4LUVDNGQ .

-- Gonzalo Gasca Meza | Developer Programs Engineer | gogasca@google.com | 415-736-2466

ultrons commented 4 years ago

No problem, created the PR on ai_platform repository with clean up and minor edits.