SAM-Adapter-PyTorch
SAM-Adapter-PyTorch copied to clipboard
How do I train with a single multi-card?
@tianrun-chen Please can you provide loadddptrain.py, I can't find the file in your project, thanks!
你可以试试以下代码:CUDA_VISIBLE_DEVICES=2,3 torchrun --standalone --nnodes=1 --nproc_per_node=2 train.py --config configs/demo.yaml