logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python TfidfVectorizer Error:empty vocabulary; perhaps the documents only contain stop words

vectorizer = TfidfVectorizer(ngram_range=(1, 3), sublinear_tf=True, min_df=1, max_df=0.6)vectorizer.fit(self._train_data, fitted_train_label)上面是原始的配置,其中self._train_data内容如下:['我 们 是 中 国 人 。','我 们 爱 祖 国

#python#深度学习
Failed to remove network i5unxjx3ahdfrhksw0fmyqpjd: Error response from daemon: network *

使用docker rm ***时,出现错误:Failed to remove network i5unxjx3ahdfrhksw0fmyqpjd: Error response from daemon: network i5unxjx3ahdfrhksw0fmyqpjd not foundFailed to remove some resources from stack: ***解决方法...

Centos7 安装llama-cpp-python失败

报错信息如下:解决步骤:参考链接:

文章图片
#python#开发语言
解决Git报错:error: You have not concluded your merge (MERGE_HEAD exists).

Git fetch和git pull的区别, 解决Git报错:error: You have not concluded your merge (MERGE_HEAD exists).2017年02月22日 20:38:28阅读数:19178Git fetch和git pull的区别:都可以从远程获取最新版本到本地1.Git fetch:只是从远程获取最新版本到本地,不会mer...

#git#github
centos7安装显卡驱动、cuda以及cudnn

centos7安装显卡驱动、cuda以及cudnn

#linux#运维#服务器
Qwen2.5 模型使用初体验

qwen2.5 vllm部署&推理

文章图片
#linux
linux下编译出现tmp空间不足解决办法

本文转载自:https://blog.csdn.net/bi_hu_man_wu/article/details/61416306 编译的时候出现问题:Vargen.c:551: fatal error: error writing to /tmp/ccybwTg3.s: No space left on device主要是系统 /tmp/空间不足引起的,tmp文件夹空间不足了,不...

Docker中YUM安装RPM包报错 Rpmdb checksum is invalid: dCDPT(pkg checksums)

本文转载自:https://blog.csdn.net/kongxx/article/details/78464074今天在使用Dockerfile制作Docker镜像的时候,突然发现以前可以运行的 “RUN yum install -y sudo” 突然运行报错了,错误如上图。在我的Dockerfile中使用的基础镜像是 “centos7”。调研了一圈发现有人说是rpm数据库损坏需要重...

docker stack rm network删除不成功

使用docker stack rm my_network删除网络时,一直提示如下:Removing network my_networkFailed to remove network ysk0x2yy71gh061cbp8yoetps: Error response from daemon: network my_network id ysk0x2yy71gh061cbp8yoetps ...

Error response from daemon: rpc error

在使用docker stack deploy部署镜像服务时,出现下面错误:failed to update secret report_config_global.conf: Error response from daemon: rpc error: code = InvalidArgument desc = only updates to Labels are allowed调查发现...

    共 25 条
  • 1
  • 2
  • 3
  • 请选择