Use a trailing period to define floating point constant.
In the code for tf.estimator, the array y_eval uses the constant "-7", when the rest of surrounding constants use trailing periods. The corresponding code for a custom estimator has the trailing period.
Loading
Please sign in to comment