You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Each component communicates with others via GRPC and the API is defined at `api/
51
51
52
52
## Getting Started
53
53
54
-
Please see [getting-start.md](./docs/getting-start.md) for more details.
54
+
Please see [MinikubeDemo.md](./examples/MinikubeDemo.md) for more details.
55
55
56
56
## StudyConfig
57
57
@@ -91,22 +91,6 @@ In the Study config file, we define the feasible space of parameters and configu
91
91
92
92
Katib provides a Web UI based on ModelDB(https://github.com/mitdbg/modeldb). The ingress setting is defined in [`manifests/modeldb/frontend/ingress.yaml`](manifests/modeldb/frontend/ingress.yaml).
93
93
94
-
## TensorBoard Integration
95
-
96
-
In addition to TensorFlow, other deep learning frameworks (e.g. PyTorch, MXNet) support TensorBoard format logging.
97
-
Katib integrates with TensorBoard easily. To use TensorBoard from Katib, we define a persistent volume claim and set the mount config for the Study. Katib searches each trial log in `{pvc mount path}/logs/{Study ID}/{Trial ID}`.
98
-
`{{STUDY_ID}}` and `{{TRIAL_ID}}` in the Studyconfig file are replaced the corresponding value when creating each job.
99
-
See example `examples/tf-nmt.yml` which is a config for parameter tuning of [tensorflow/nmt](https://github.com/tensorflow/nmt).
0 commit comments