摘要: Keras 识别手写数字 from keras.utils import np_utilsfrom keras.datasets import mnistfrom keras.models import Sequentialfrom keras.layers import Dense, Activa 阅读全文
posted @ 2022-06-16 16:45 MKY-门可意 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 由于钉钉打卡老忘记,这里我就利用adb方式实现自动打卡。适配手机型号为 乐视x501 阅读全文
posted @ 2022-03-04 15:33 MKY-门可意 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: 系统为: centos7.8(虚拟机) 遇到的问题 1、nouveau :failed to create kernel chanel,-22 关闭nouveau 重建 initramfs image 备份 mv /boot/initramfs-$(uname -r).img /boot/initr 阅读全文
posted @ 2021-12-18 23:29 MKY-门可意 阅读(687) 评论(0) 推荐(0) 编辑
摘要: 安装openstack-compute服务,日志提示 2021-05-10 03:58:02.138 4423 INFO nova.virt.libvirt.host [req-26f7f5cd-64ec-4bbd-84d2-72cf2bbdbb51 - - - - -] libvirt_versi 阅读全文
posted @ 2021-05-09 19:49 MKY-门可意 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 下载文件 https://developer.nvidia.com/nvidia-tensorrt-download 用tensorrt-5 为例 下载对应的tar包即可 TensorRT 5.1.5.0 GA for Ubuntu 18.04 and CUDA 10.1 tar package 解 阅读全文
posted @ 2021-02-22 16:04 MKY-门可意 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 把#! /usr/bin/python 修改为#! /usr/bin/python2 阅读全文
posted @ 2021-01-28 14:14 MKY-门可意 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 训练环境: win10 cuda 10.1 cudnn 10.1 darknet https://github.com/pjreddie/darknet conda3 标注数据 1、工具labelimg github的安装包地址:https://github.com/tzutalin/labelIm 阅读全文
posted @ 2020-12-31 14:36 MKY-门可意 阅读(105) 评论(0) 推荐(0) 编辑
摘要: cinder-volume日志提示: Failed to notify about cinder-volume service capabilities for host controller@vmware. This is normal during a live upgrade. Error: 阅读全文
posted @ 2020-11-18 16:24 MKY-门可意 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 南北向流量 node1 51.0.1.213 容器 busybox 10.0.5.174 node2 51.0.1.214 容器 busybox 10.0.5.173容器 busybox 10.0.5.174 busybox 测试容器docker service create --replicas 阅读全文
posted @ 2020-11-12 10:22 MKY-门可意 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 查看schemas [postgres@node1 ~]$ /usr/pgsql-9.6/bin/psql -h 51.0.1.213 -Ufire firedb 查看schemas firedb=# \dn+ 或firedb=# SELECT nspname FROM pg_namespace;O 阅读全文
posted @ 2020-11-06 10:48 MKY-门可意 阅读(2417) 评论(0) 推荐(0) 编辑