机器学习实践
XiaoYang*
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xgboost gpu版本编译与python接口安装
1.下载源码git clone --recursive https://github.com/dmlc/xgboost–recursive 递归clone,不加的话gputreeshape文件夹会为空,导致GPU版本编译失败2.编译2.1依赖工具版本cmake version 3.16.3GNU Make 4.2.12.2 编译在xgboost目录mkdir buildcd buildcmake .. -DUSE_CUDA=ONmake -j43.安装python接口3.1原创 2020-12-27 18:16:48 · 532 阅读 · 0 评论 -
TensorFlow2.4 问题集合
1.Train1.1 内存分配问题报错信息Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR解决方法gpu_options = tf.compat.v1.GPUOptions(per_process_gpu_memory_fraction=1.0) config = tf.compat.v1.ConfigProto(gpu_options=gpu_options) config.gpu_options.allow_growth原创 2020-12-27 17:43:37 · 556 阅读 · 1 评论 -
Ubuntu20.04 DL环境配置
1.Ubuntu20.041.1 apt 源deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted原创 2020-12-27 16:50:27 · 359 阅读 · 0 评论
分享