ncnnnnn

Results 6 comments of ncnnnnn

pip show ncnn ?

把执行文件,param bin jpg 都放一起试一试··

opt.use_packing_layout = false , ncnn used 0.8Gb of RAM

先不开Protobuf 试一试?

试了半天,太绕了。。。 最后土办法上了。 先WIN下用v2rayn配置好局域网共享设置用户名和密码, 把config.json复制到linux,直接 v2ray run -c config.json 结束

``` #if ENABLE_HIP #define CREATE_MIOPEN_DESC(type) \ template \ void OtherDesc::create(void** p) \ { \ miopenCreate##type((miopen##type##_t*)p); \ } CREATE_MIOPEN_DESC(ConvolutionDescriptor) CREATE_MIOPEN_DESC(ActivationDescriptor) CREATE_MIOPEN_DESC(PoolingDescriptor) #endif ```