【发布时间】:2017-08-20 23:24:18
【问题描述】:
我正在阅读tensorflow模型的代码: https://github.com/tensorflow/models/blob/master/slim/train_image_classifier.py
我对这段代码很困惑:
train_tensor = control_flow_ops.with_dependencies([update_op], total_loss,
name='train_op')
control_flow_ops.with_dependencies 是什么意思?
【问题讨论】:
标签: python tensorflow computer-vision deep-learning conv-neural-network