Skip to content

Global settings

H2O Hydrogen Torch uses specific default values for certain settings you use when defining the settings to import a dataset or when defining an experiment. For example, when importing a dataset, the default S3 bucket name is h2o-release/hydrogen-torch/1.1.0. Or, when determining the settings of an experiment slider, such settings have specific default maximum values. These settings using specific default values or maximum values are referred to as global settings. Global settings are grouped into the following four sections:

To define the default value for one of the global settings, consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. In the Settings card, select an alternative default value for one of the global settings.
  3. Click Save settings persistently.

If you want to restore the default values, H2O Hydrogen Torch uses for all the global settings; consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. Click Restore default settings.

In the case where you restored the default values but now want to use your defined global value settings (again), consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. Click Load settings.

Appearance settings

Dark Mode

Enables and disables Dark mode as a theme for H2O Hydrogen Torch.

Demo Mode

Enables Demo Mode that provides the ability to view H2O Hydrogen Torch simplistically. Users with demo mode enabled can view pre-run (non-functional) datasets and experiments for all supported problem types.

Note

Demo Mode requires an Internet connection to be available.

Connector settings

Warning

Do not store your credentials on public machines. Anyone with access to that machine can use them.

S3 AWS bucket name

Defines the default AWS bucket name H2O Hydrogen Torch will reference to retrieve datasets stored in an S3 bucket. S3 bucket should include relative paths.

Default AWS access key

Defines the default AWS access key H2O Hydrogen Torch will use to access the defined S3 bucket.

Default AWS secret key

Defines the default AWS secret key H2O Hydrogen Torch will use to access the defined S3 bucket.

Default Kaggle username

Defines the default Kaggle username H2O Hydrogen Torch will reference to retrieve your datasets in Kaggle.

Default Kaggle secret key

Defines the default Kaggle secret key that H2O Hydrogen Torch will use to access datasets in Kaggle.

Default experiment settings

Default experience level

Default number of workers

Defines the default maximum number of workers the Number of workers setting will be able to make available. The Number of workers setting is available when defining the settings for an experiment.

Default logger

Default Neptune project

Defines the default Neptune project H2O Hydrogen Torch will use for the Neptune project setting. The Neptune project setting is available when defining the settings for an experiment.

Default Neptune API Token

Defines the default Neptune API token H2O Hydrogen Torch will use for the Neptune API token setting. The Neptune API token setting is available when defining the settings for an experiment.

Experiment maximum settings

Maximum image width

Defines the maximum default value H2O Hydrogen Torch will use for the Image Width slider setting.

Maximum image height

Defines the maximum default value H2O Hydrogen Torch will use for the Image Height slider setting.

Maximum number of epochs

Defines the maximum default value H2O Hydrogen Torch will use for the Epochs slider setting.

Maximum batch size

Defines the maximum default value H2O Hydrogen Torch will use for the Batch size slider setting.

Maximum token length

Defines the maximum default value H2O Hydrogen Torch will use for the Token length slider setting for a Natural Language Processing (NLP) experiment.


Back to top