eskay
eskay
Please Provide runtime of Xceptions models
try `wget https://mr7jea.bn.files.1drv.com/y4mA8xkVUpMaBXws2nKRHHqrbzBlrbOzNW85K6wBSbE29iH6oCBWkfFO9JfIlUEZLZOwQuOIHMOZ10F2-QeJuq0fm7lwu9ZtoPbH4yM1n-bYRoeYqYyvCZuMJop703N_eeUm5fo6mnVwpiZz7nR2KdhypRLgGKh182R-mnndq4AhIisPboXmah0tDh4TwCT2sWerraXP50e-quYOmBOeZQs-Q/demo_model.zip`
@wanglu0316 you can create one using rfcn/demo.py replace "rfcn" with 'fpn' replace "rfcn_dcn_coco" with "fpn_dcn_coco" replace 'resnet_v1_101_rfcn_dcn' with 'resnet_v1_101_fpn_dcn_rcnn' Make sure you have 'fpn_dcn_coco-0000.params' in models directory
@vkee Did you get this by any chance?
@Ruslan1990 did you get the solution for it?
@xfyucg i followed your methods, looks to me training is using only CPU not GPU. ``` import torch t = torch.tensor([5, 5, 5], dtype=torch.int64, device='cuda') ``` throws error like >...
> > @xfyucg i followed your methods, looks to me training is using only CPU not GPU. > > ``` > > import torch > > t = torch.tensor([5, 5,...
> @shridharkini6 > > > > > @xfyucg i followed your methods, looks to me training is using only CPU not GPU. > > > > ``` > > >...
> @shridharkini6 Are you using docker? If yes, try to start your docker like this. > > ``` > sudo docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --device=/dev/kfd --device=/dev/dri --group-add video...
@xfyucg i have followed all the procedures you suggested. i.e used rocm/pytorch:latest-base and compiled pytorch from source. but get the same error ``` Traceback (most recent call last): File "",...