def setupOutput(self):
with tf.variable_scope(self.name):
self.output = tf.nn.dropout(self.input,self.keepProb)
self.output.get_shape = self.input.get_shape # DEBUG: remove this whenever TensorFlow fixes this bug
#*** Main Part ***
TensorFlowInterface.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录