自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

原创 解决Docker + Tensorflow serving启动服务时占用所有GPU

Docker + Tensorflow serving启动服务 官网命令如下docker run -p 8503:8501 -t $USER/resnet_serving 后会将所有占用剩余的GPU ,但实际只需使用一个 启动命令中加入红色部分docker run -p 8503:8501 --name tfserving-resnet -e NVIDIA_VISIBL...

2019-05-29 16:33:53 2422

原创 解决 ImportError: libcublas.so.10.0:

升级到cuda10 环境 1.在jupyter terminal 中 进入python import tensorflow as tf 没问题 ,在ipython中执行报ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory查看 对应的/usr/lo...

2019-05-22 15:36:17 5000

原创 Gpu 服务器相关驱动安装链接

NVIDIA驱动与 CUDATable 1. CUDA Toolkit and Compatible Driver Versions CUDA Toolkit Linux x86_64 Driver Version Windows x86_64 Driver Version CUDA 10.1.105 >= 418.39 >= 418.96 CUD...

2019-05-22 10:25:51 824

原创 容器内使用sudo 报bash: sudo: command not found

容器内避免使用roo,建立新用户执行命令 使用sudo ,提示如下bash: sudo: command not found解决办法apt-get updateapt-get install sudo

2019-05-21 16:55:54 70408 4

原创 升级cuda9.0 到cuda10  报错 Unable to find the module utility `modprobe`

在容器里 升级cuda9.0 到cuda10 ,尝试新的训练环境,先卸载9后,安装10的相关驱动 报如下错[INFO]: ERROR: Unable to find the module utility `modprobe`; please make sure you have the package 'module-init-tools' or 'kmod' installed. If y...

2019-05-21 13:31:07 4967 2

原创 Tensorflow 中earlystopping的使用

参考该文章https://blog.csdn.net/zongza/article/details/85017351报错Key signal_early_stopping/STOP not found in checkpointRestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_F...

2019-05-07 15:43:24 3540 2

原创 TensorFlow: 设置模型保存数量

checkpoint 模型保存数量默认为5个, 为方便管理,调整数量为只保留1个在train.py 中 加入run_config = tf.estimator.RunConfig(save_checkpoints_secs=1e9,keep_checkpoint_max = 1)modle = tf.estimator.Estimator(model_fn=FLAGS.Mod...

2019-05-06 16:59:59 2425 1

Android build-tools 25.0.3 for windows

Android build-tools 25.0.3 for windows版

2017-08-22

代码覆盖率eclipse插件和ant插件

eclemma-2.3.2.zip 解压放到 eclipse\dropins 目录下 重启eclipse

2017-02-16

数据驱动测试Feed4TestNG1.0+feed4junit+benerator

Feed4TestNG1.0可以很容易地编写和导入的数据文件 。相关调用的jar包在lib下

2017-02-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除