• Hardware (T4/V100/Xavier/Nano/etc) :GTX1080ti
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc): Detectnet_v2 and Classification
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here) : tlt:3.0 and docker_tag: v3.0-dp-py3
Hi,
I want to train a model on multiple GPUs in one system and tlt has --gpus and --gpu_index, and I set --gpus=2 and --gpu_index=0;1, I get error and doesn’t allow to continue training, I also check --gpu_index=0,1 and --gpu_index=[0,1], I get same error.