{
    "atn_cover_img_alpha": 1,
    "atn_spatial_img_size": null,
    "attention_dim": 512,
    "batch_size": 128,
    "data_dir": "server/preprocessed",
    "dataset": "artemis",
    "debug": false,
    "decoder_lr": 0.0005,
    "dropout_rate": 0.1,
    "emo_grounding_dims": [
        9,
        9
    ],
    "encoder_lr": 0.0001,
    "fine_tune_data": null,
    "gpu": "1",
    "img_dim": 256,
    "img_dir": "../image",
    "lanczos": true,
    "log_dir": "logs",
    "lr_patience": 2,
    "max_train_epochs": 50,
    "num_workers": 10,
    "random_seed": 2021,
    "resume_path": null,
    "rnn_hidden_dim": 512,
    "save_each_epoch": false,
    "teacher_forcing_ratio": 1,
    "train_patience": 5,
    "use_emo_grounding": false,
    "use_timestamp": true,
    "vis_encoder": "resnet34",
    "word_embedding_dim": 128
}