INNER CODE UNIT · Python

__init__

IDSIA/sacred · sacred/run.py:19

    def __init__(
        self,
        config,
        config_modifications,
        main_function,
        observers,
        root_logger,
        run_logger,
        experiment_info,
        host_info,
        pre_run_hooks,
        post_run_hooks,
        captured_out_filter=None,
    ):

        self._id = None
        """The ID of this run as assigned by the first observer"""

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…