CPU机器上单元测试卡住的问题
Created by: tensor-tang
我在纯CPU的机器上,跑了一下单元测试,发现一直卡在test_image_classification_train_resnet
这个单测就不动了。
253/264 Test #253: test_variable ............................... Passed
Start 254: test_image_classification_train_resnet
同时cpu利用率没有任何消耗
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
89378 root 20 0 158788 3340 1540 R 0.7 0.0 0:00.07
cmake command cmake .. -DWITH_GPU=OFF -DWITH_TESTING=ON
paddle commit id 728e8b17