Set the visible GPU device by setting the CUDA_VISIBLE_DEVICES environment variable.
Warning
Set it before calling Config.set_platform('gpu').
Config.set_platform('gpu')
gpu_id (int) – A single GPU ID.
int