小编fis*_*ree的帖子

vs 2015无法转到元数据定义,它显示发生了一个或多个错误

当我单击对存在的代码进行定义时,它会起作用,但如果我在元数据中单击一个,如String,List,它就不起作用.
ALT+F12,出现空白页.
按下F12显示:

发生了一个或多个错误

在此输入图像描述

visual-studio-2015

21
推荐指数
1
解决办法
3987
查看次数

使用 tf.data.TFRecordDataset 读取 TF2 摘要文件

在 TF1 中,我可以summary_iterator用来读取摘要文件。但是现在,它会抛出警告

WARNING:tensorflow: tf_record_iterator (from tensorflow.python.lib.io.tf_record) is deprecated and will be removed in a future version.
Instructions for updating:
Use eager execution and: 
`tf.data.TFRecordDataset(path)`
Run Code Online (Sandbox Code Playgroud)

所以我想知道如何使用tf.data.TFRecordDataset(path)读取TF2生成的tfevent文件。

tensorflow tensorboard tensorflow2.0

6
推荐指数
1
解决办法
837
查看次数