Closed Irvingwangjr closed 6 years ago
hi jiahui,i'am using your inpainting test model. when the code comes to this np.get_gpus(1) line, an weird error happen.
i was wandering whether my environment was wrong: i'm using anaconda2 with py3.5 +cuda9.0+cudnn7.1 my GPU is 1050Ti.
Just remove that line. The reason is because Xorg and other programs are taken up your GPU. ng.get_gpus(1) will automatically get one FREE gpu.
hi jiahui,i'am using your inpainting test model. when the code comes to this np.get_gpus(1) line, an weird error happen.
i was wandering whether my environment was wrong: i'm using anaconda2 with py3.5 +cuda9.0+cudnn7.1 my GPU is 1050Ti.