Farhan
Farhan
Kindly, accept my invitation.
Hello @AnishMathewOommen , Can you please share your code as I am facing continous issues?
This is common in Colab when trying to use multiple GPUs, as Colab typically only provides a single GPU. _!CUDA_VISIBLE_DEVICES=0 torchrun --nproc_per_node=1 /content/drive/MyDrive/D-Fine/D-FINE-master/train.py -c /content/drive/MyDrive/D-Fine/D-FINE-master/configs/dfine/custom/dfine_hgnetv2_n_custom.yml --use-amp --seed=0_ Removed the --master_port=7777...
This error indicates the model initialization is failing because it can't load the pretrained weights properly. The key issue is: 'NoneType' object has no attribute 'state_dict', meaning the model object...
You can try once on collab!
You're passing the wrong config file, dataset _"custom_detection.yml"_ is only to be edited for the data and annotation path. You have to pass the model config file, which will route...
There might be some issues with your dataset as the error states "index out of bound" or you have given a wrong/empty path for your dataset in _custom_detection.yml_ file. Go...