libokj's picture
Upload 154 files
416833a
raw
history blame
390 Bytes
# @package _global_
# advanced debug mode that enables callbacks, loggers and gpu during debugging
job_name: "debug"
extras:
ignore_warnings: False
enforce_tags: False
hydra:
job_logging:
root:
level: DEBUG
verbose: True
trainer:
max_epochs: 1
accelerator: gpu
devices: 1
detect_anomaly: true
deterministic: false
data:
num_workers: 0
pin_memory: False