clearml-docs/docs/guides/frameworks/autokeras/autokeras_imdb_example.md
2022-03-13 15:07:06 +02:00

1.8 KiB
Raw Blame History

title
AutoKeras IMDB

The autokeras_imdb_example.py example script demonstrates the integration of ClearML into code, which uses autokeras.

The example does the following:

  • Trains text classification networks on the Keras built-in IMDB dataset, using the autokeras TextClassifier class, and searches for the best model.
  • Uses two TensorBoard callbacks, one for training and one for testing.
  • ClearML automatically logs everything the code sends to TensorBoard.
  • Creates an experiment named autokeras imdb example with scalars, which is associated with the autokeras project.

Scalars

The loss and accuracy metric scalar plots appear in RESULTS > SCALARS, along with the resource utilization plots, which are titled :monitor: machine.

image

Hyperparameters

ClearML automatically logs TensorFlow Definitions. They appear in CONFIGURATIONS > HYPER PARAMETERS > TF_DEFINE.

image

Console

Text printed to the console for training progress, as well as all other console output, appear in RESULTS > CONSOLE.

image

Artifacts

Models created by the experiment appear in the experiments ARTIFACTS tab.

image

Clicking on the model's name takes you to the models page, where you can view the models details and access the model.

image