上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: HF Transformers Pipelines Pipelines接口方式 任务名称 参数名称 参数描述 sentiment-analysis model 指定使用的模型名称或路径。 tokenizer 指定使用的分词器名称或路径。 framework 选择使用的深度学习框架,"pt" 表示 P 阅读全文
posted @ 2024-12-14 17:24 MKY-门可意 阅读(85) 评论(0) 推荐(0)
摘要: 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-门可意 阅读(103) 评论(0) 推荐(0)
摘要: 由于钉钉打卡老忘记,这里我就利用adb方式实现自动打卡。适配手机型号为 乐视x501 阅读全文
posted @ 2022-03-04 15:33 MKY-门可意 阅读(2053) 评论(0) 推荐(0)
摘要: 系统为: centos7.8(虚拟机) 遇到的问题 1、nouveau :failed to create kernel chanel,-22 关闭nouveau vi /etc/modprobe.d/blacklist-nouveau.conf INSERT KEY blacklist nouve 阅读全文
posted @ 2021-12-18 23:29 MKY-门可意 阅读(906) 评论(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-门可意 阅读(264) 评论(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-门可意 阅读(717) 评论(0) 推荐(0)
摘要: 把#! /usr/bin/python 修改为#! /usr/bin/python2 阅读全文
posted @ 2021-01-28 14:14 MKY-门可意 阅读(83) 评论(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-门可意 阅读(140) 评论(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-门可意 阅读(201) 评论(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-门可意 阅读(2559) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 23 下一页