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
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?