Sloth

Results 4 comments of Sloth
trafficstars

This may be due to ONNX version problem. You can skip onnx.checker.check_model(onnx_model) and just export exported model can be visualized by Netron also

假设有N个线程 那么,flag是大小为N的数,turn仍为一个数值 那么此时,turn的数值选择就微妙了,简单的办法是 radom(0,N),选择是哪个就是哪个 ```rust while( flag[turn]==1 && turn!=self ); ```

![image](https://user-images.githubusercontent.com/19188200/34438294-ca7be82e-ece0-11e7-9d08-ca0e4bf6d278.png) 在图示划线处是不是也出现了错误,觉得应该为diffw = col*stride-pbox->width+1; 赞同@liuqunzhong的做法,If条件判断应修改为if ((pbox->width - kernelSize) % stride == 0 && (pbox->height - kernelSize) % stride == 0)

I have compiled the code successfully and run the code well.You should check whether you have downloaded all the files from the same branch master。