Skip to main content
Version: v1.3.0

Download an experiment's logs/config file

Overview

H2O Hydrogen Torch offers the ability to download an experiment's logs and config.

  • You can use the logs file to explore experiment errors
  • You can use the config file to reuse the experiment's settings

Instructions

To download the logs and configurations (.yml file) of a built experiment, consider the following instructions:

  1. In H2O Hydrogen Torch navigation menu, click View experiments.
  2. Click the experiment name.
  3. Click Download logs/config.
    • H2O Hydrogen Torch downloads a folder containing the following files:
      • A YAML file
        • The file contains the setting values of the experiment
      • A JSON file
        • The file contains information about the charts of the experiment (model). To learn more about an experiment's charts, see Charts
      • A Logfile
        • The file contains information about the experiment's activities and errors

Feedback