Joe
Joe
I have created a new version of this for .NET5+ https://github.com/joeloftusdev/dotnet_cmake_examples
- Added a conditional check to verify if the "./model" directory exists before attempting to remove it. This prevents the "No such file or directory" when running the script for...
# Add ONNX export capability for CREPE models This commit adds support for exporting CREPE models to ONNX format: 1. Add `export_model_to_onnx()` function to core.py that converts Keras models to...
Updates - Updated CMake version. - Upgraded GTest version. - Added a condition for the download of spleeter models - Included `` in the CircularFrameBuffer class for Linux builds.