腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
5
回答
具有浮点数组的tensorflow记录
(example, features={ 'map_
raw
':
tf
.FixedLenFeature([],
tf
.string),}) image =
tf</
浏览 5
修改于2017-07-02
得票数 24
1
回答
Tensorflow错误:ValueError:形状(?,)和(656,875,3)不兼容
(serialized_example, features={ 'height':
tf
.FixedLenFeature)image = features['image_
raw
'] height, width = features['height'], features['width'
浏览 3
提问于2018-01-09
得票数 2
回答已采纳
1
回答
如何使用解析的TFRecords数据?
= data.tostring() 'label_
raw
': _int64_feature(annotation_
raw
)}))([],
tf
.string
浏览 1
修改于2019-05-06
得票数 2
1
回答
tf
.reshape尺寸与
tf
.decode_
raw
的输出不匹配
raw
_image_dataset =
tf
.data.TFRecordDataset('images.tfrecords') 'depth':
tf
.io.FixedLenFeature([],
tf
.int64), 'label':
tf</
浏览 2
提问于2019-11-12
得票数 0
1
回答
什么时候将decode_
raw
与FixedLenFeature结合使用?
我在网上查看了代码示例,我不确定何时需要使用decode_
raw
,何时不需要使用。)).encode('utf-8')] 'image_
raw
': _bytes_feature(
raw
)), } parsed_features =
浏览 0
修改于2018-02-19
得票数 1
回答已采纳
1
回答
在MATLAB中根据字符串值读取excel文件的特定部分
我写了以下几篇文章,但并没有正确地发挥作用:ctr=0;
tf
= strcmp(char(
raw
{i,4}),char(
raw
{i-1,4})); ctr = ctr+1;read (herein, columns '
浏览 0
提问于2017-04-14
得票数 0
回答已采纳
1
回答
Tensorflow检验简单线性回归时的意外误差
import numpy as npy_
raw
= np.array([12000, 14000, 15000, 16500, 17500])y = (y_
raw
- y_
raw
.min()) /(y_
raw</e
浏览 0
提问于2018-09-11
得票数 0
回答已采纳
2
回答
在TFRecords上使用SavedModel进行ObjectDetection推理
feature_description = {'image_
raw
':
tf
.io.FixedLenFeature([],
tf
.string, default_value='')} tfr_loc = 'inputs.tfr' parsed_dataset =
raw
_datas
浏览 4
提问于2019-11-20
得票数 0
1
回答
Tensorflow 2.0:如何将MapDataset (从TFRecord读取后)转换为可以输入到model.fit的结构
我的阅读解析功能是: 'label':
tf
.io.FixedLenFeature(): # Parse the inputreturn
tf
.i
浏览 4
提问于2020-03-09
得票数 8
回答已采纳
1
回答
图像数据处理后超出0-1范围
tf
.InteractiveSession()sess=
tf
.Session()img_data=
tf
.image.conve
浏览 6
提问于2018-02-27
得票数 2
回答已采纳
1
回答
只从TFrecords中提取单个图像。
'width':
tf
.io.FixedLenFeature([],
tf
.int64), '
浏览 15
提问于2022-03-28
得票数 0
回答已采纳
2
回答
如何使用
tf
.data.Dataset.from_generator()向生成器函数发送参数?
我想使用
tf
.data.Dataset函数创建一些from_generator()。我想向生成器函数(
raw
_data_gen)发送一个参数。其思想是生成器函数将根据发送的参数产生不同的数据。training_dataset =
tf
.data.Dataset.from_generator(
raw
_data_gen, (
tf
.float32,
tf
.uint8), ([None, 1], [None]), args=([1])) validation_dataset =
tf<
浏览 0
提问于2018-09-21
得票数 14
回答已采纳
1
回答
对于可变长度字符串,我应该使用什么来代替
tf
.decode_
raw
?
我有一个功能列,它只是一个字符串:我的图使用
tf
.decode_
raw
将张量转换为二进制这在batch_size = 1时有效,但当字符串长度不同时,batch_size >1则无效。decode_
raw
抛出DecodeRaw requires input strings
浏览 4
提问于2018-01-23
得票数 3
回答已采纳
1
回答
tf
.name_scope的使用
我的问题是关于
tf
.name_scope在教程代码中的使用, #use
raw
_data, batch_size, num_steps to construct
tf
objects 用列表
tf
.name_scope调用
raw
_data、batch_size
raw
_
浏览 3
提问于2017-01-14
得票数 2
1
回答
当批处理大小大于1时,tensorflow dataset API不能稳定工作
context_features site_code_
raw
, scalar,
tf
.string Time_Local_
raw
# site_code_
raw
, sc
浏览 2
修改于2017-09-30
得票数 1
1
回答
关于从tfrecords记录读取数据时的形状
':
tf
.FixedLenFeature([],
tf
.string), 'img_
raw
':
tf
.FixedLenFeature([],
tf
.string), }) image =
tf
.reshape(image, [224, 224, 3]) imag
浏览 1
提问于2017-11-05
得票数 0
回答已采纳
1
回答
图像和标签在TFRecord中不相对应
([],
tf
.int64), 'image_
raw
' :
tf
.FixedLenFeaturefeature =
tf
.parse_single_example(example_proto, image_feature_description) feature['image_
raw
']= <em
浏览 0
提问于2019-03-31
得票数 0
回答已采纳
4
回答
Tensorflow Saver()未另存为.ckpt文件
尽管在交互式程序中,系统输出
显示
我已成功创建该文件,但我在文件系统中找不到该文件。 我使用的Tensorflow版本是0.11rc,使用的是Python 2。操作系统是Ubuntu 16.04。保存会话的源码如下: # Import TensorFlow and enable interactive sessionssess =
tf
.InteractiveSessiona boolean vector called `spikes` to locate a sudden spike in
浏览 106
提问于2016-12-08
得票数 3
回答已采纳
3
回答
使用存储在TFRecords文件中的高度、宽度信息设置张量的形状
我已经将图像及其标签的目录转换为TFRecords文件,特征映射包括image_
raw
、label、height、width和depth。for fname, lb in data_samples: image_
raw
'image_
raw
': _bytes_feature(image_
raw
), 'label': _int64_fe
浏览 5
提问于2016-10-26
得票数 3
1
回答
如何使用tensorflow成对导入jpg和npy文件进行深度学习?
(example, features={ }) image = features['image_<em
浏览 15
修改于2019-01-16
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券