You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep getting this error when I try to run the example codes. Not able to figure out why.
ValueError: Exception encountered when calling STFT.call().
Could not automatically infer the output shape / dtype of 'stft' (of type STFT). Either the STFT.call() method is incorrect, or you need to implement the STFT.compute_output_spec() / compute_output_shape() method. Error encountered:
Invalid dtype: complex64
Arguments received by STFT.call():
• args=('<KerasTensor shape=(None, 44100, 6), dtype=float32, sparse=False, name=keras_tensor>',)
• kwargs=<class 'inspect._empty'>
The text was updated successfully, but these errors were encountered:
I would like to know if this was resolved? I al actually interested on the steps since I ran into the same situation while converting the h5 file to tflite.
Keep getting this error when I try to run the example codes. Not able to figure out why.
ValueError: Exception encountered when calling STFT.call().
Could not automatically infer the output shape / dtype of 'stft' (of type STFT). Either the
STFT.call()
method is incorrect, or you need to implement theSTFT.compute_output_spec() / compute_output_shape()
method. Error encountered:Invalid dtype: complex64
Arguments received by STFT.call():
• args=('<KerasTensor shape=(None, 44100, 6), dtype=float32, sparse=False, name=keras_tensor>',)
• kwargs=<class 'inspect._empty'>
The text was updated successfully, but these errors were encountered: