You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
I found tensorboard is an awesome tool, and also used it to analyze the events generated by tensorflow. Now I'd like to analyze the events in the HDFS. Can we support this? Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for the idea, but what's the use case? Does it mean we could remote logging and rendering?
The event file is relatively small as we haven't support graph visualization and embedding, so it might be useful if the event file becomes super large when we support embedding later.
The scenario is for tf.contrib.learn which is the high level API. In this case, when we set model_dir as "hdfs://namenode:9000/data", the event logs are stored in HDFS which we need to run tensorboard to load.
m = tf.contrib.learn.DNNClassifier(model_dir=model_dir,
feature_columns=columns['data'],
hidden_units=HIDDEN_UNITS)
I found tensorboard is an awesome tool, and also used it to analyze the events generated by tensorflow. Now I'd like to analyze the events in the HDFS. Can we support this? Thanks.
The text was updated successfully, but these errors were encountered: