ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018
MIT License
767 stars 254 forks source link

Gpu memory-usage 6G, But Gpu-Util is 0% #135

Open hxk11111 opened 5 years ago

hxk11111 commented 5 years ago

I tried to train and test using train.sh and test.sh, my gpu memory usage seems normal, but the volatile gpu util is always 0%, and the testing process is ridiculous slow. Could anybody give me some hint? Thanks! +-----------------------------------------------------------------------------+ | NVIDIA-SMI 396.45 Driver Version: 396.45 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 Tesla V100-SXM2... Off | 00000000:40:00.0 Off | 0 | | N/A 34C P0 55W / 300W | 6671MiB / 16160MiB | 0% Default | +-------------------------------+----------------------+----------------------+

jisheng047 commented 5 years ago

My process using fully gpu but it also using fully cpu. I don't know the reason.