breizhn / DTLN

Tensorflow 2.x implementation of the DTLN real time speech denoising model. With TF-lite, ONNX and real-time audio processing support.
MIT License
567 stars 160 forks source link

ValueError: Unexpected result of `train_function` (Empty logs). #64

Open Morning4Star opened 1 year ago

Morning4Star commented 1 year ago

we have a problem.The following is the error report result:

ValueError: Unexpected result of train_function (Empty logs). Please use Model.compile(..., run_eagerly=True), or tf.config.run_functions_eagerly(True) for more information of where went wrong, or file a issue/bug to tf.keras.

baohaibo-ola commented 5 months ago

我也遇见了,解决了吗