make pycaffe出现下列问题
PROTOC src/caffe/proto/caffe.proto
caffe.proto:793:36: Field numbers must be positive integers.
Makefile:632: recipe for target '.build_release/src/caffe/proto/caffe.pb.cc' failed
make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 1
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已采纳
错误显示Field numbers must be positive integers.
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
3条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
wb_snail 2017-12-12 09:43关注有个字段要求为正整数,你没有满足条件
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2019-07-02 20:28初级小怕菜的博客 如果在安装后 系统还是...如果出现Field numbers must be positive integers 表示应该从1开始,有的公司的自己协议是从0开始的。 不支持单独int类型 协议需要指定相应版本 syntax = "proto3
- 2017-07-13 12:10龍少-浪花有意千里雪的博客 XingoApi调用先看看protobuf msg定义:message ... // Field numbers must be positive integers. 必须大于0 stringContent=2; //依次递增}。。。可以有很多message xxx{xxx=1;...}windows下面GenProtos.bat批
- 2021-05-24 00:43_梓杰_的博客 Table needs to be upgraded before it can be used MySQL error code 165: Table is read only MySQL error code 166: Failed to get next auto increment value MySQL error code 167: Failed to set row auto ...
- 2020-11-14 17:42liberg的博客 这里说的错误码是指SQLException.getErrorCode()返回的int类型错误码。 比如常见的有: // 1049 Unknown database // 1060 Duplicate column name // 1061 Duplicate key name // 1091 Can't DROP 'xxx'. Check ...
- 2013-09-22 14:03chenxinxian的博客 Defines the internal data types used in the list infrastructure of a SharePoint Web site. A field is a column or attribute of information that a user can add to a list. Copy <Field
- 2020-03-03 22:51丹心明月的博客 8.5.4. Interval Input ...interval values can be written using the following verbose syntax: interval值输入时的详细语法: [@] quantity unit [quantity unit...] [direction] where quant...
- 2017-12-31 20:39zxng_work的博客 语法协议规则syntax 命名空间修饰package 包含其他proto文件import ...proto可以使用命名空间对该文件的...Field numbers must be positive integers. 编号顺序非必须连续,因为生成的代码是用switch检索。
- 2024-11-13 15:30此星光明的博客 Takes either a single positive integer as the maximum dimension or "WIDTHxHEIGHT" where WIDTH and HEIGHT are each positive integers. region (Geometry.LinearRing|Geometry.Polygon|String, optional): A...
- 2022-12-03 21:06「已注销」的博客 In mathematics, a real closed field is a field F that has the same first-order properties as the field of real numbers. Some examples are the field of real numbers, the field of real algebraic numbers...
- 2025-12-27 17:43ha_lydms的博客 Arguments: years - the number of years, positive or negative months - the number of months, positive or negative weeks - the number of weeks, positive or negative days - the number of days, positive ...
- 2025-01-13 15:16ztenv的博客 Compliance Unless otherwise indicated below, a compliant decompressor must be able to accept and decompress any data set that conforms to all the specifications presented here. A compliant compressor...
- 2023-01-29 16:28Demon_HL的博客 # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note on units: when memory size is needed...
- 2024-08-31 08:00Muti-Agent的博客 When using code, you must indicate the script type in the code block. The user cannot provide any other feedback or perform any other action beyond executing the code you suggest. The user can't ...
- 2024-03-12 16:08InHng的博客 A. Rudolf and the Ticket time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output Rudolf is going to visit ... The ticket can be purchased at a ma
- 2022-06-28 13:49Samuel'C的博客 # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note on units: when memory size is needed...
- 2016-12-12 14:37mg6的博客 The [printers] service MUST be printable - if you specify otherwise, the server will refuse to load the configuration file. Typically the path specified is that of a world-writeable spool directory...
- 2024-04-12 09:17刘某的Cloud的博客 本文采用 kubeadm,以 containerd & cri-docker 作为容器运行时,部署 calico 网络模式的k8s集群
- 2023-08-04 00:36光子AI的博客 text.replace("it's", "it is") text = text.replace("let's", "let us") text = text.replace("might've", "might have") text = text.replace("must've", "must have") text = text.replace("shan't", "shall not...
- 2018-06-27 10:42laxehr的博客 // Thus, there should be a total of (4 * #input) numbers. // 已废弃。用input_shape代替。 repeated int32 input_dim = 4 ; // Whether the network will force every layer to carry out backward ...
- 没有解决我的问题, 去提问