Closed will1792 closed 6 years ago
A YAML serialization error occurred when using exponential decaying learning rate since the type of self.inputs['learning_rate']['learning_rate'] had changed totf.Tensor from python float. This PR fixes the problem.
self.inputs['learning_rate']['learning_rate']
tf.Tensor
float
A YAML serialization error occurred when using exponential decaying learning rate since the type of
self.inputs['learning_rate']['learning_rate']
had changed totf.Tensor
from pythonfloat
. This PR fixes the problem.