Update inception model based on tf API changes: replace tf.op_scope with...
Update inception model based on tf API changes: replace tf.op_scope with tf.name_scope and tf.variable_op_scope with tf.variable_scope; fix the order of arguments for tf.concat; replace tf.mul with tf.multiply.
Showing
Please register or sign in to comment