I follow the .sh file to run the command: python train.py --root DATA/caltech-101 --seed 2 --trainer MoCoOp --dataset-config-file configs/datasets/caltech101.yaml --config-file configs/MoCoOp/vit_b16_c4_ep25_batch32_cls_t2t_5_wcl_25_g1_b_lr32.yaml --output-dir output/base2new/train_base/caltech101/shots_16/MoCoOp/3/seed2 --exp $exp DATASET.NUM_SHOTS 16 DATASET.SUBSAMPLE_CLASSES base .
It shows that KeyError: 'Non-existent config key: TRAINER.MoELSAP'
I wonder if you mixed up the trainer naming or is there anything wrong with my command line.