Schro Heaven

Results 5 issues of Schro Heaven

你好,我在进行多GPU训练的时候出现了以下问题: 1、通过设置os.environ["CUDA_VISIBLE_DEVICES"]="4,5,6,7"指定GPU可见的驱动编号, 但是总是第一块gpu被调用(指定的第一块,这里编号为4) 2、如果不进行指定可见的GPU,则会将所有GPU都默认加载(一共8块GPU),但是只有第一块显存被加载满,并参与运算,其他的GPU并不参与运算。 3、CPU占用也特别严重,32核都被沾满了(每个核几乎都是100%)。 4、一块GPU训练很慢,不知道是我代码的问题不是,GPU已经跑满,看着也在高位运行,但是CPU调用也是100%。一块1080Ti的GPU训练coco2017数据集超过12小时,(我修改了batch_size为16,learning_rate初始值为1e-4) 5、我使用了TensorFlow官网提供的多GPU样例,如果使用os.environ["CUDA_VISIBLE_DEVICES"]指定可见的编号,也会出现只有制定GPU第一个编号的被调用。但是如果不指定可见,则8块GPU会全部加载并全部参与运算; 多GPU设置代码截图: ![123](https://user-images.githubusercontent.com/13083646/64500164-a8598800-d2ee-11e9-9185-3fb5c3e95783.png) nvidia-smi GPU调用情况展示: ![456](https://user-images.githubusercontent.com/13083646/64500185-c4f5c000-d2ee-11e9-876f-17ab9912f2ff.png) 运算情况截图: ![789](https://user-images.githubusercontent.com/13083646/64500196-d2ab4580-d2ee-11e9-8233-42507e271f82.png) 另外在最后一轮结束时报错:截图如下 ![4444](https://user-images.githubusercontent.com/13083646/64500465-dbe8e200-d2ef-11e9-9e7f-05edcfeaf3dc.png) 我的理解这个错误应该是训练终止,所以报的错

我在代码上训练了D0和D3,但是准确率都只有0.2?数据集用的是VOC2012+2017. 您提供的D0的预训练模型,我测试识别人,但是很多的人都无法识别。 ![1 (3)](https://user-images.githubusercontent.com/13083646/76817221-39309380-683d-11ea-9e55-de0b1b3e4b7a.png)

Thank you for your work. I have some questions about your project code: I looked at the model you called YoloV5 in the middle, but did not see the operation...

I have a few questions. 1、Why the training and test is divided into the following two steps and then fusion?I saw the data only train_bone should only be the bone...

I reported the following error after deployment. Do you have any Suggestions to solve it? Traceback (most recent call last): File "/home/basic/workspace/Scheaven/05_cpn/keras_cpn/preprocessing/generator.py", line 28, in data_generator imgs = data_res[0] TypeError:...