Hello,
I try to transcribe in C# the crepe project (https://github.com/marl/crepe) using Tensorflow.Net.
Unfortunately Tensorflow.Net supports only hd5 files for 2.5.0 keras_version at least.
But crepe project provides h5 files that indicates 2.1.5 for keras_version (https://github.com/marl/crepe/raw/models).
Is there a way to update the files to have at least 2.5.0 keras_version?
Thanks
P.S. same question asked to Tensorflow.Net (SciSharp/TensorFlow.NET#1290)