Closed mvdelt closed 3 years ago
As these issues suggest, you will need to disable syncbn
when training on a single GPU.
Thanks. I adjusted it and also changed batchsize to be smaller, now it trains well :)
Thanks. I adjusted it and also changed batchsize to be smaller, now it trains well :)
Hello can you post the hyperparameters and batch size you did to make it turn in google colab? I still can't find a way to run it
Thanks. I adjusted it and also changed batchsize to be smaller, now it trains well :)
Hello can you post the hyperparameters and batch size you did to make it turn in google colab? I still can't find a way to run it
Hi, I am currently hospitalized due to a sudden accident. If it is not too late, I will look for information after discharge. Anyways, I think the batch size was about 4. Try it and if it doesn't work, then try 2.
Thanks. I adjusted it and also changed batchsize to be smaller, now it trains well :)
Hello can you post the hyperparameters and batch size you did to make it turn in google colab? I still can't find a way to run it
Hi, I am currently hospitalized due to a sudden accident. If it is not too late, I will look for information after discharge. Anyways, I think the batch size was about 4. Try it and if it doesn't work, then try 2.
Thank you, I wish you a great recovery (I still didn't find a solution to my problem)
I tried to train with Colab. I think only 1gpu is available in Colab.
I run: python train_net.py --config-file configs/Cityscapes-PanopticSegmentation/panoptic_deeplab_R_52_os16_mg124_poly_90k_bs32_crop_512_1024_dsconv.yaml
and the results:
I checked related comments like this and this:
Is there any way to train a custom dataset with only 1 GPU (or in Colab)?