标签: tensorflow tensorflow-estimator
如何在Estimator API中使用tf.Assert op?通常情况下,您会使用with tf.control_dependencies([assert_op])块,但在这种情况下我看不到该怎么做。
with tf.control_dependencies([assert_op])