leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

gpu #281

Closed shui-tian-ju-shi closed 2 years ago

shui-tian-ju-shi commented 2 years ago

I have only one gpu,so I change the [0,1,2,3] to [0,] in config file. can I directly do this ?. And I met this question .Does it has anything to do with the change in the config?