womengjianhai

Results 4 comments of womengjianhai

WARNING:tensorflow:From fine_tune.py:155: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the...

@DrSleep @arslan-chaudhry

hi have u solve the same problem . i met it too now @tadbeer

i have found the solution to it . use ' init_op = tf.group(tf.global_variables_initializer(), tf.local_variables_initializer()) sess.run(init_op)' to initialize the variables. Because the code forget initializing the local vairables. @tadbeer