Commit c43c19e 1 parent a8d15e9 commit c43c19e Copy full SHA for c43c19e
File tree 1 file changed +3
-0
lines changed
content/en/docs/components/katib/user-guides
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ To define the pull-based metrics collector for your Experiment:
73
73
74
74
- `TensorFlowEvent`: Katib collects the metrics from a directory path
75
75
containing a [tf.Event](https://www.tensorflow.org/api_docs/python/tf/compat/v1/Event).
76
+ These are typically written by [tensorflow.summary](https://www.tensorflow.org/api_docs/python/tf/summary).
77
+ As of Katib 0.18, [torch.utils.tensorboard](https://pytorch.org/docs/stable/tensorboard.html) or
78
+ [tensorboardX ](https://tensorboardx.readthedocs.io/en/latest/index.html) may also be used to write.
76
79
You should specify the path in the `.source.fileSystemPath.path` field. Check the
77
80
[TFJob example ](https://github.com/kubeflow/katib/blob/ea46a7f2b73b2d316b6b7619f99eb440ede1909b/examples/v1beta1/kubeflow-training-operator/tfjob-mnist-with-summaries.yaml#L17-L23).
78
81
The default directory path is `/var/log/katib/tfevent/`.
You can’t perform that action at this time.
0 commit comments