When I run the command "accelerate launch train_inference.py --config configs/car_forest.yml", the problem of "torch.distributed.elastic.multiprocessing.errors.ChildFailedError" occurs, making it impossible to conduct training and inference simultaneously. Therefore, I want to carry them out separately. However, I can't find the additional scripts for "train only" and "inference with pretrained models".