misc#

The misc section contains miscellaneous configuration options for training and execution, such as tf32 training.

Example#

misc:
  project_name: omat24_medium
  global_seed: 42
  device: cuda # cpu or cuda
  allow_tf32: true
  ignore_warning: true
  env: # You can specify here the environment variables that should always be used.
    WANDB_MODE: offline