Merged
Changes from 1 commit
Show all changes
32 commits
Select commit Hold shift + click to select a range
6e50b41
checkpoint
sasha-gitgMay 13, 2021
dbd5e94
Merge branch 'main' into add_custom_and_hp_tuning
sasha-gitgMay 13, 2021
c1dfd62
checkpoint
sasha-gitgMay 13, 2021
7b70080
Merge branch 'main' into add_custom_and_hp_tuning
sasha-gitgMay 13, 2021
3178b11
checkpoint
sasha-gitgMay 14, 2021
142ebf3
Merge branch 'master' into add_custom_and_hp_tuning
sasha-gitgMay 14, 2021
a6fe1d7
checkpoint
sasha-gitgMay 14, 2021
b5cc6e5
chore: update test imports
sasha-gitgMay 14, 2021
4a1b0ca
fix: remove added __init__ files
sasha-gitgMay 14, 2021
10f4f80
chore: update test imports
sasha-gitgMay 14, 2021
d61079c
feat: add hp tuning metric reporter to training utils
sasha-gitgMay 14, 2021
455944d
chore: make plural
sasha-gitgMay 14, 2021
a8e0da6
feat: added trials property, refactored job classes, updating trainin…
sasha-gitgMay 14, 2021
c9259bf
chore: lint
sasha-gitgMay 14, 2021
df97a2d
checkpoint
sasha-gitgMay 14, 2021
23b3249
feat: add custom job and hp tuning job tests
sasha-gitgMay 17, 2021
bf9452b
chore: remove training utils. We will re-evaluate whether to add thes…
sasha-gitgMay 17, 2021
78a29f4
chore: add additional documentation
sasha-gitgMay 17, 2021
2434aaf
chore: rename test
sasha-gitgMay 17, 2021
7752fc2
chore: remove conditional parameter spec arguments from public paramt…
sasha-gitgMay 17, 2021
aab2d9c
chore: lint
sasha-gitgMay 17, 2021
1b3bad1
chore: resolve reviewers's comments
sasha-gitgMay 17, 2021
a492741
Update google/cloud/aiplatform/hyperparameter_tuning.py
sasha-gitgMay 18, 2021
24d3949
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
8e3e994
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
2f35579
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
c30a80f
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
3a66659
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
1c91685
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
e6a53b5
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
4e07e6d
Update google/cloud/aiplatform/jobs.py
sasha-gitgMay 18, 2021
d5128b0
chore: lint
sasha-gitgMay 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
chore: update test imports
  • Loading branch information
@sasha-gitg
sasha-gitg committedMay 14, 2021
commit 10f4f80dc29b03db318bbd217c604e0187d3e45e
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,8 +31,8 @@
from google.auth import credentials as auth_credentials

from google.cloud.aiplatform import utils
from utils import source_utils
from utils import worker_spec_utils
from google.cloud.aiplatform.utils import source_utils
from google.cloud.aiplatform.utils import worker_spec_utils
from google.cloud import aiplatform

from google.cloud.aiplatform import datasets
Expand Down