The semseg training command (from [semantic_segmentation/README.md](https://github.com/facebookresearch/xcit/blob/master/semantic_segmentation/README.md)) ```tools/dist_train.sh configs/xcit/sem_fpn/sem_fpn_xcit_small_12_p16_80k_ade20k.py 8 --work-dir /path/to/save --seed 0 --deterministic --options model.pretrained=https://dl.fbaipublicfiles.com/xcit/xcit_small_12_p16_384_dist.pth``` fails with ``` TypeError: EncoderDecoder: XCiT: __init__() got an unexpected keyword argument 'pretrained' ```
The semseg training command (from semantic_segmentation/README.md)
tools/dist_train.sh configs/xcit/sem_fpn/sem_fpn_xcit_small_12_p16_80k_ade20k.py 8 --work-dir /path/to/save --seed 0 --deterministic --options model.pretrained=https://dl.fbaipublicfiles.com/xcit/xcit_small_12_p16_384_dist.pthfails with