I think there is an inconsistency in TFNodeContext documentation:
|
:cluster_spec: tf.train.ClusterSpec |
The actual value of cluster_spec is a dictionary of the same shape as the one passed to tf.train.ClusterSpec constructor, but it isn't a ClusterSpec. Is this a mistake on the documentation side or rather on the implementation?