Currently the DynamicDet assumes only CPU or CUDA capabilities. i.e., when specifying --device, only cpu and device id are specified, where device id is assumed to be a CUDA GPU. Should be able to specify something like
AMD:
Metal:
--device mps # I don't believe there are setups with multiple Metal GPUs
But, if just a device index is specified, then it should also work e.g.
Should choose the appropriate PyTorch device automatically.
Currently the DynamicDet assumes only CPU or CUDA capabilities. i.e., when specifying
--device, onlycpuand device id are specified, where device id is assumed to be a CUDA GPU. Should be able to specify something likeAMD:
Metal:
But, if just a device index is specified, then it should also work e.g.
Should choose the appropriate PyTorch device automatically.