the updated tensorflow 2.x does not support the ones in tf 1.15
Hi @patricphinehas ,
the contrib.signal module in TF1 has been integrated to TF2, so basically all stft functions should now be directly in tf.signal in TF2. Note that we haven't migrated yet.
Most helpful comment
Hi @patricphinehas ,
the
contrib.signalmodule in TF1 has been integrated to TF2, so basically all stft functions should now be directly intf.signalin TF2. Note that we haven't migrated yet.