"err" 搜索结果,为您找到约 1947 条结果
downgirldowngirl Ask a question 2022-11-05 17:53

Question yolov3 trains and preprocesses its own dataset Valueerror: invalid literal for int() with base 10:"

yolov3 trains and preprocesses its own dataset Value<b class="text-danger">err</b>or: invalid literal for int() with base 10:"
yolov3 trains and preprocesses its own dataset Value<b class="text-danger">err</b>or: invalid literal for int() with base 10:"
yolov3 trains and preprocesses its own dataset Value<b class="text-danger">err</b>or: invalid literal for int() with base 10:"
yolov3 training and preprocessing its own data set Valueerror: invalid literal for int() with base 10: ", notice that "has nothing in it: some wrong was delayed, as the chart < br / > < div class = "aw - list - img > May I ask what should be changed, or do you need another solution? ...
jake7866891jake7866891 Ask a question 2022-11-06 11:20

Question Why is there an Indexerror: too many indices?

Help: When doing EOF analysis with pycharm, there was an error in Indexerror: too many indices. Please help me !!!! The code and errors are as follows: import xarray as xr from eofs.standard imp ort Eof import numpy as np f_u = xr.open_dataset(r'E:\xiandaitongji\sst.mnmean.nc') u = f_u['sst'].loc[f_u.time.dt.month.isin([12, 1, 2])].loc['1982-12-01':'2022-02- 28'].loc[:, 1000:100, 30:-30, 100:300] lat_u = f_u['lat'].loc[30:-30] level = f_u['level'].loc[1000:100] u_level_lat = np.array(u).reshape(40, 3, 12, 13, 41).mean(1, 4) eof = ...
cvin456cvin456 Ask a question 2022-11-07 11:43

Question Attributeerror: 'list'对象没有属性'lower'

Attributeerror: 'list' object has no attribute 'lower' 'List' object has no attribute 'lower' 'List' object has no attribute 'lowe r' vectorizer.fit_transform(train_data) I don't know how to solve the problem. ...
gnlchenyirangnlchenyiran Ask a question 2022-11-07 12:45

Question Attributeerror: 'int' object has no attribute 'append'

问题遇到的现象和发生背景 运行报错:Attributeerror: 'int' object has no attribute 'append' 用代码块功能插入代码,请勿粘贴截图 序号=[]数字=[]for 数 in range(1,10): 数字.append(数) for 数字 in 数字: if 数字==1: 序号.append('1st') elif 数字==2: 序号.append('2nd') elif 数字==3: 序号.append('3rd') else: 序号.append(str(数字)+'th' ;) print(序号) 运行结果及报错内容 Attributeerror: 'int' object has no attribute 'append' 我的解答思路和尝试过的方法 尝试用list(),没有解决 我想要达到的结果 序号='1st,2nd,3rd,4th,5th……'...
tony_nctony_nc Ask a question 2022-11-07 16:25

Question VS Code运行程序时显示fatal error: 'stdio.h' file not found

VS Code运行程序时显示fatal <b class="text-danger">err</b>or: 'stdio.h' file not found
VS Code运行程序时显示fatal <b class="text-danger">err</b>or: 'stdio.h' file not found
运行程序时显示stdio.h文件没有发现,请问这种情况应该怎么办? 展开全部
a416676966a416676966 Ask a question 2022-11-07 16:34

Question kafka消费者,一条消息没有消费完,是什么问题呢try{ while(true){ Consumerrecord records=consumer.poll(100)

kafka消费者,手动提交,一条消息没有消费完,直接中途结束了,开始消费下一条记录,是什么问题呢try{ while(true){ Consumerrecord records=consumer.poll(100); for(Consumerrecord record:records){ //消费 } consumer.commitAsync(); } }catche(Exception e){ }finally{ consumer.commitSync()} poll(100)的时候,一条记录可完整的消费,poll(1500),一条记录消费到一半,就开始消费下一条记录了...
ebanban208ebanban208 Ask a question 2022-11-07 16:35

Question 出现error: EPERM: operation not permitted, mkdir怎么恢复软件的运行功能

出现<b class="text-danger">err</b>or: EPERM: operation not permitted, mkdir怎么恢复软件的运行功能
之前不记得在哪个网站下载了一个IvySCI软件,然后运行过程会显示病毒木马之类的橙色提示,然后我就想把软件先删除再重新去官网上下载,于是我到C盘里搜索IvySCI把显示出来的所有文件都删除了,删除desktop什么文件时还选择了粉碎(因为看到后面标了针对木马),现在官网重新下载之后再打开就出现这个错误。离不开IvySCI这个宝藏app哇????????
cyh198731cyh198731 Ask a question 2022-11-07 16:48

Question Use mqtt.js to connect to the AWS IoT net::err_CONNECTION_ABORTED

I made a small program on the apicloud platform using javascript, and wanted to connect this program with AWS IoT through mqtt.js. The error code section is as follows: var options = { clientId: a random String, endpoint: the endpoint of AWS IoT Core, accessKey: I generate this from IAM - > Dashboard - > My access Key - > Access key, secretKey: I generate this from IAM - > Dashboa rd - > My access Key - > Access key, regionName: i find this from endpoint, debug: true }; var client = mqtt.connect('wss://' + endpoint + '/mqtt', options); //var client...
dong404414361dong404414361 Ask a question 2022-11-07 16:50

Question "LINK: fatal error LNK1181: can not open file'xx'" is reported while using setup.py build

Problem background : https://ask.csdn.net/questions/7828130 The problem owner, while using setup.py to setup ConvONets dependency in the project, encountered a link error at compile time and could not open the input file. searched for code files containing M.liib and found that only the compaq.py file in distutils library below numpy library contained M.LIib. Related code: compilers = [' CompaqFCompiler'] if os.name != 'posix' or sys.platform[:6] == 'cygwin' : # Otherwise we'd get a false positive on posix systems with # case-insensitive filesyste...
yongairdyongaird Ask a question 2022-11-07 16:54

Question argparse库报argparse error: the following arguments are required

问题遇到的现象和发生背景 我想用argparse库实现在cmd中调用我写的py文件,在传参的时候总是报argparse error: the following arguments are required: -i/--image这个错误 用代码块功能插入代码,请勿粘贴截图 from pyzbar import pyzbarimport argparseimport cv2 # constru ct the argument parser and parse the argumentsap = argparse.ArgumentParser()ap.add_argument("-i", "--image", required=True, help="path to input image")args = vars(ap.parse_args()) # load the input ima geimage = cv2.imread(args["image"]) # find the barcodes in the image and decode each of the barcodesbarcodes = pyzbar.decode(image) # loop over the detected barcodesfor barcode in barcodes: # extra...
hainancyphainancyp Ask a question 2022-11-07 17:13

Question ModuleNotFounderror: No module named "xx" error when running uWSGI

ModuleNotFound<b class="text-danger">err</b>or: No module named "xx" <b class="text-danger">err</b>or when running uWSGI
ModuleNotFound<b class="text-danger">err</b>or: No module named "xx" <b class="text-danger">err</b>or when running uWSGI
ModuleNotFound<b class="text-danger">err</b>or: No module named "xx" <b class="text-danger">err</b>or when running uWSGI
I've already built a web using django, and I'm currently building an environment on aws using E2. The ModuleNotFounderror: No module named "xxx" error occurred when I used Ubuntu to conn ect the application to nginx and uWSGI. The specific code and error are as follows. The structure of the program looks like this(a uwsgi.iniw file is the same as the client and server folders) wsgi.py code: import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Bookmania.settings') application = get...
crispenncrispenn Ask a question 2022-11-07 17:13

Question [errOR] error executing Maven.

[<b class="text-danger">err</b>OR] <b class="text-danger">err</b>or executing Maven.
Symptom and background of the problem An error occurred using mvn archetype:generate. It's a weird mistake you can't find on the Internet. Ask you to answer Insert cod e with code block function, do not paste screenshot ...
gxj678gxj678 Ask a question 2022-11-07 17:24

Question The computer starts up with pxe-moF and then error 1962 and then goes black

The computer starts up with pxe-moF and then <b class="text-danger">err</b>or 1962 and then goes black
The computer starts up with pxe-moF and then <b class="text-danger">err</b>or 1962 and then goes black
The computer starts up first with Xe-mof and then with error 1962 and then the screen goes black
huangmincong2012huangmincong2012 Ask a question 2022-11-07 17:35

Question Attributeerror: 'NoneType'对象没有属性'click'

Attribute<b class="text-danger">err</b>or: 'NoneType'对象没有属性'click'
This code still works fine on an old computer, but running this code on a new computer shows this. Anyone who has encountered this code can share it? Thanks ~
huaxin445944huaxin445944 Ask a question 2022-11-07 17:37

Question Typeerror not caught(in promise) : Cannot read undefined properties(read "get, how to resolve this?

Type<b class="text-danger">err</b>or not caught(in promise) : Cannot read undefined properties(read "get, how to resolve this?
Type<b class="text-danger">err</b>or not caught(in promise) : Cannot read undefined properties(read "get, how to resolve this?
Not captured(in promise) Typeerror: Cannot read undefined properties(read "get")

热门搜索