- 博客(2)
- 收藏
- 关注
原创 QT中QLibrary加载DLL找不到动态库
查看相应DLL的依赖库 (1)通过VS自带工具dumpbin,查看DLL的依赖库 dumpbin /dependents **.dll (2)将要依赖的库也拷贝到可执行文件相同目录 导入DLL库 typedef int(*Name)(cv::String s, cv::String s1); QLibrary gbrLib("****.dll"); if(!gbrLib.load()){ qDebug()<<"*******_dll load failed!"<
2021-08-19 13:49:21
1337
原创 TensorFlow常见问题解决方法
tensorflow2与tensorflow1兼容性问题(numpy) import tensorflow as tf tf.compat.v1.enable_eager_execution() tensorflow运行出现内存不足10%问题 from tensorflow.compat.v1 import ConfigProto from tensorflow.compat.v1 import InteractiveSession config = ConfigProto() config.gpu_op
2021-06-01 09:41:40
378
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人