Small edits (#595)

This commit is contained in:
pollfly
2023-06-15 11:22:50 +03:00
committed by GitHub
parent c256f46993
commit fdffc9c271
29 changed files with 62 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ The example script does the following:
1. Builds a sequential model using a categorical cross entropy loss objective function.
1. Specifies accuracy as the metric, and uses two callbacks: a TensorBoard callback and a model checkpoint callback.
1. During script execution, creates an experiment named `Keras with TensorBoard example`, which is associated with the
`examples` project (in script) or the `Colab notebooks` project (in Jupyter Notebook) .
`examples` project (in script) or the `Colab notebooks` project (in Jupyter Notebook).
## Scalars

View File

@@ -205,7 +205,7 @@ The logs show the Task ID and accuracy for the best model in **CONSOLE**.
![image](../../../../../img/tabular_training_pipeline_02.png)
The link to the model details is in **ARTIFACTS** **>** **Output Model** .
The link to the model details is in **ARTIFACTS** **>** **Output Model**.
![image](../../../../../img/tabular_training_pipeline_03.png)