Skip to content

Fix GPUDevice to Model

This PR resolves #91 at Github

Originally, GPUDevice was like 'nvidia0'. And it could be made using GPU variable at receiver. So, I modify GPUDevice to Model without adding variable.

before: device="nvidia0" after: device="Teslav100-1"

Signed-off-by: Jeong Ji Won poiu8944@gmail.com

Merge request reports

Loading