nip.utils.experiments.RunIDFunctionArguments#

class nip.utils.experiments.RunIDFunctionArguments(combo_index: int | None, cmd_args: Namespace, config_file_stem: str | None = None)[source]#

Arguments to the function which determines the run name.

Parameters:
  • combo_index (int | None) – The index of the hyperparameter combination. If None, the run name will be for the whole experiment.

  • cmd_args (Namespace) – The command line arguments.

  • config_file_stem (str | None) – The stem of the config file, if given.

Methods Summary

__eq__(other)

Return self==value.

__init__(combo_index, cmd_args[, ...])

__repr__()

Return repr(self).

Attributes

config_file_stem

combo_index

cmd_args

Methods

__eq__(other)#

Return self==value.

__init__(combo_index: int | None, cmd_args: Namespace, config_file_stem: str | None = None) None#
__repr__()#

Return repr(self).