
c++
ELVE960520
golang/c++
展开
-
tensorflow 1.4 could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
解决tensorflow 1.14 could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR问题这两天在做tensorflow1.14版本的c++api推理实验,但是启动程序一直报错,tensorflow 1.4 could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR,找了好多办法,cudnn版本也试了好几次,都没法有效最后找到问题原因,把多显卡的其他程序关掉就好了,目前看是因为别的原创 2020-07-25 16:12:30 · 262 阅读 · 0 评论 -
解决configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
编译protobuf时遇到+ mkdir -p third_party/googletest/m4+ autoreconf -f -i -Wall,no-obsoleteconfigure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf doc原创 2020-07-23 17:58:47 · 890 阅读 · 0 评论 -
Xcode升级11,'iostream' file not found问题
今天升级Xcode11之后报错'iostream' file not found解决方法1:Build Settings -> Search paths ->System Header Search Paths在Debug和Release添加/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefaul...原创 2019-10-27 11:24:34 · 5117 阅读 · 1 评论