Skip to content

Commit

Permalink
Fix tf-event example cannot work (kubeflow#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed Jul 16, 2019
1 parent f80a7d2 commit a30e8e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 106 deletions.
2 changes: 1 addition & 1 deletion examples/v1alpha1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ $ kubectl apply -f tfevent-volume/
```
Then, create a studyjob that uses TF Event file metrics collector.
```
$ kubectl apply -f tf-event_test.yaml
$ kubectl apply -f tfjob-example.yaml
```

It will create a tensorflow worker from whose eventfile metrics are collected.
Expand Down
104 changes: 0 additions & 104 deletions examples/v1alpha1/tf-event_test.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/v1alpha2/tfjob-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: katib/v1alpha2/tfevent-metricscollector
image: gcr.io/kubeflow-images-public/katib/v1alpha2/tfevent-metrics-collector
args:
- "python"
- "main.py"
Expand Down

0 comments on commit a30e8e1

Please sign in to comment.