Michael Teng
Results
2
comments of
Michael Teng
I also have the same problem, please fix it.
I have fixed it by replacing "tf.contrib.layers.xavier_initializer()" with "tf.truncated_normal_initializer(stddev=0.01)".