Closed aapatre closed 3 years ago
So removing those .cuda() calls won't help because TailorNet model is hardcoded to run on GPU. See this line. You can remove such calls to run on CPU. Or you can make GPU unavailable for this particular command by setting CUDA_VISIBLE_DEVICES empty.
Thanks a lot for your response @chaitanya100100 I will check... Apologies for the late reply.
So this happens while using weights & data for male shirt. Female/Male tshirt, Male Short Pants work absolutely fine.