We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741df8a commit e131636Copy full SHA for e131636
sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
@@ -743,7 +743,7 @@ class name in this argument.
743
)
744
745
# Add metrics collector to the Katib Experiment.
746
- # Specify metrics format for the collector, for example: 'train_loss':0.846
+ # Specify metrics format for the collector. For example: 'train_loss':0.846
747
experiment.spec.metrics_collector_spec = models.V1beta1MetricsCollectorSpec(
748
collector=models.V1beta1CollectorSpec(
749
kind=metrics_collector_config["kind"]
0 commit comments