Open wchargin opened 4 years ago
“No data” messages are out of date
The messages that appear when you select a dashboard for which no data is loaded are out of date. From a quick skim:
tf.summary.FileWriter
add_graph
compat.v1
tf.summary.trace_*
@wchargin @nfelt I'd like to fix this issue. Can you plz point me where should I make changes?
“No data” messages are out of date
The messages that appear when you select a dashboard for which no data is loaded are out of date. From a quick skim:
tf.summary.FileWriter
and calling itsadd_graph
method; this class does not exist in TF 2.0 (except viacompat.v1
), and graph tracing is now done via thetf.summary.trace_*
functions.