# @package _global_ defaults: - _self_ - callbacks: default - criterion: cross_entropy - decoder: greedy - datamodule: iam_extended_paragraphs - hydra: default - logger: wandb - lr_scheduler: cosine_annealing - model: lit_transformer - network: conv_transformer - optimizer: radam - trainer: default - experiment: null seed: 4711 tune: false train: true test: true logging: INFO # use `python run.py debug=true` for easy debugging! # this will run 1 train, val and test loop with only 1 batch # equivalent to running `python run.py trainer.fast_dev_run=true` # (this is placed here just for easier access from command line) debug: false # pretty print config at the start of the run using Rich library print_config: false # disable python warnings if they annoy you ignore_warnings: true summary: null