XiuSdk

Results 3 comments of XiuSdk

原版的Darknet是没有问题的,但是你这个代码是有问题的,GPU版编译不过,CPU可以,会报各种错误!

Tensor tmp(weights_.dims_[0], in->dims_[1] - st_nj - st_pj, in->dims_[2] - st_nk - st_pk); the value of 'in->dims_[2] - st_nk - st_pk ' is negative number when i input the tensor(i,j,k), how...