hydra: run: dir: ./outputs/${experiment_group}/${run_name} sweep: dir: ./outputs/multirun/${experiment_group} subdir: ${run_name}_${hydra.job.id} launcher: submitit_folder: ${hydra.sweep.dir}/.submitit/%j timeout_min: 360 cpus_per_task: null gpus_per_node: null tasks_per_node: 1 mem_gb: null nodes: 1 name: ${experiment_group} stderr_to_stdout: false _target_: hydra_plugins.hydra_submitit_launcher.submitit_launcher.SlurmLauncher partition: ampere qos: null comment: null constraint: null exclude: null gres: gpu:1 cpus_per_gpu: null gpus_per_task: null mem_per_gpu: null mem_per_cpu: null account: VLACHOS-SL3-GPU signal_delay_s: 120 max_num_timeout: 0 additional_parameters: {} array_parallelism: 256 setup: - . /etc/profile.d/modules.sh - module list - echo -e 'loading other modules' - module load rhel8/default-amp - module load cuda/12.1 - module load cudnn/8.9_cuda-12.1 - module list sweeper: _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper max_batch_size: null params: null help: app_name: ${hydra.job.name} header: '${hydra.help.app_name} is powered by Hydra. ' footer: 'Powered by Hydra (https://hydra.cc) Use --hydra-help to view Hydra specific help ' template: '${hydra.help.header} == Configuration groups == Compose your configuration from those groups (group=option) $APP_CONFIG_GROUPS == Config == Override anything in the config (foo.bar=value) $CONFIG ${hydra.help.footer} ' hydra_help: template: 'Hydra (${hydra.runtime.version}) See https://hydra.cc for more info. == Flags == $FLAGS_HELP == Configuration groups == Compose your configuration from those groups (For example, append hydra/job_logging=disabled to command line) $HYDRA_CONFIG_GROUPS Use ''--cfg hydra'' to Show the Hydra config. ' hydra_help: ??? hydra_logging: version: 1 formatters: colorlog: (): colorlog.ColoredFormatter format: '[%(cyan)s%(asctime)s%(reset)s][%(purple)sHYDRA%(reset)s] %(message)s' handlers: console: class: logging.StreamHandler formatter: colorlog stream: ext://sys.stdout root: level: INFO handlers: - console disable_existing_loggers: false job_logging: version: 1 formatters: simple: format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s' colorlog: (): colorlog.ColoredFormatter format: '[%(cyan)s%(asctime)s%(reset)s][%(blue)s%(name)s%(reset)s][%(log_color)s%(levelname)s%(reset)s] - %(message)s' log_colors: DEBUG: purple INFO: green WARNING: yellow ERROR: red CRITICAL: bold_red handlers: console: class: logging.StreamHandler formatter: colorlog stream: ext://sys.stdout file: class: logging.FileHandler formatter: simple filename: ${hydra.job.name}.log root: level: INFO handlers: - console - file disable_existing_loggers: false env: {} mode: MULTIRUN searchpath: [] callbacks: {} output_subdir: .hydra overrides: hydra: - hydra.launcher.timeout_min=360 - hydra.mode=MULTIRUN task: - experiment_group=deberta_v3-base/new - dataset=agnews_business - strategy=anchoral_entropy - data.seed=654321 - model.seed=654321 - active_data.seed=123456 - +launcher=slurm - active_fit.max_budget=5000 - model.name=deberta_v3-base job: name: active_train chdir: true override_dirname: +launcher=slurm,active_data.seed=123456,active_fit.max_budget=5000,data.seed=654321,dataset=agnews_business,experiment_group=deberta_v3-base/new,model.name=deberta_v3-base,model.seed=654321,strategy=anchoral_entropy id: '36657787_17' num: 17 config_name: conf env_set: {} env_copy: [] config: override_dirname: kv_sep: '=' item_sep: ',' exclude_keys: [] runtime: version: 1.3.2 version_base: '1.3' cwd: /rds/user/pl487/hpc-work/anchoral config_sources: - path: hydra.conf schema: pkg provider: hydra - path: /rds/user/pl487/hpc-work/anchoral/conf schema: file provider: main - path: hydra_plugins.hydra_colorlog.conf schema: pkg provider: hydra-colorlog - path: '' schema: structured provider: schema output_dir: /rds/user/pl487/hpc-work/anchoral/outputs/multirun/deberta_v3-base/new/agnews-business-.01/deberta_v3-base_anchoral_entropy_2023-12-06T10-52-24_36657787_17 choices: launcher: slurm dataset: agnews_business strategy: anchoral_entropy hydra/env: default hydra/callbacks: null hydra/job_logging: colorlog hydra/hydra_logging: colorlog hydra/hydra_help: default hydra/help: default hydra/sweeper: basic hydra/launcher: submitit_slurm hydra/output: default verbose: false