logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用qume启动虚拟机的时候出现:“启动域时出错: Requested operation is not valid: network ‘default‘ is not active”

1、问题描述2、解决方案sudo virsh net-listsudo virsh net-start defaultsudo virsh net-list此时就能成功启动了

#linux
Linux下使用yay搜索软件出错

文章目录1、问题描述2、解决方案1、问题描述使用yay搜索软件搜索软件时出现以下错误-> 搜索 AUR 时出错: failed to create request: parse "“https://aur.tuna.tsinghua.edu.cn”/rpc.php?arg=Easyconnect&by=name-desc&type=search&v=5": first

labelImg 标签bug

1、问题描述我使用labelImg对数据集进行标注,总共有四个类别,在labelImg里面进行标注的时候也是使用的是04,但是标注出来的数据集的标签是‘0’???,以至于地四种标签就是得不到训练,于是写了一个函数批处理使用labelImg标注出来的标签,txt文件。2、代码def resetlabel(src,label):''':param src: 存放标签的文件夹:param label:

#深度学习#pytorch#人工智能
captap生成验证码

from captcha.image import ImageCaptchaimport matplotlib.pyplot as pltimport numpy as npimport randomimport stringcharacter = string.digits + string.ascii_uppercasewidth,height,n_len,n_class = 210,80,6

#python
安装opcenccv-python以后仍然No module named ‘cv2‘

今天遇到一个很奇怪的事情,就是我在主目录里面已经安装了opencv-pyhton以后在我自己的python里面导入‘cv2’报错,去网上看了很多教程,大部分都是说让我pip install opencv-python就是了。。。。解决办法:1、conda activate <envname>2、pip install opencv-python完事...

7-3 统计一行文本的单词个数 (15 point(s))

本题目要求编写程序统计一行字符中单词的个数。所谓“单词”是指连续不含空格的字符串,各单词之间用空格分隔,空格数可以是多个。输入格式:输入给出一行字符。输出格式:在一行中输出单词个数。输入样例:Let's go to room 209.输出样例:5方法一:#pythons = input().split()print(len(s))方法二://c++#include<iostream>#

#c++
No module named ‘IPython‘

解决方案:pip installipython

#python
c++cout不使用科学计数法打印数字

使用cout打印的时候,有时会出现下面的样子,但是我们不想使用科学计数法。#include <bits/stdc++.h>using namespace std;int main(){cout << pow(9,9) << endl;cout << fixed << setprecision(0)<<pow(9,9);retu

#c++
windows下使用nvidai-smi命令

使用nvidia-smi命令能够查看GPU的现存使用情况,若想要在cmd中使用这个命令,那么一定要增加环境变量就是了,本文章主要解决的是这个环境变量应该怎么加的问题。

文章图片
#windows#linux#python
fatal: unable to access ‘https://github.com/Stability-AI/stablediffusion.git/‘: OpenSSL SSL_read: Co

【代码】fatal: unable to access ‘https://github.com/Stability-AI/stablediffusion.git/‘: OpenSSL SSL_read: Co。

文章图片
#git
    共 11 条
  • 1
  • 2
  • 请选择