jlncrml
Results
2
comments of
jlncrml
It's very likely training. You can easily check if it's training by calling `tf.get_logger().setLevel('DEBUG')` before the `tf.estimator.train_and_evaluate(estimator, train_spec, evaluation_spec)` call.
Check if your training data contains an inconsistent number of channels. It looks like one of the samples is stereo, while another one is mono.