Vincenzo Addati
Vincenzo Addati
I'm using the SciSharp.TensorFlow.Redist Nuget package version 2.3.1. In Python I'm using tensorflow-macos version 2.9.2 and tensorflow-metal version 0.5.0
It seems there is no 2.3.1 version of tensorflow-macos, the minimum version is 2.5.0. So I tried updating redist to the latest version (2.7.0) but the error still remains. I'll...
I just tried using tensorflow-macos and redist both on 2.7.0 version for training (via Python) and predicting but I still get the error
I just tried to add the Microsoft.ML.TensorFlow.Redist package version 0.14.0 but I still get the error. By the way I'd like to underline that I'm on an Intel Mac, not...
I just tried to run the same code in a net 6 focal docker container and I'm getting the same error
Thanks! I just have a question: is there already any pre-release package I can use or I have to build the library from source?
I'm using the new package and it is indeed working on Mac and on Ubuntu Focal Docker containers. Thanks!
I'm trying to do the same thing but whithout any success. Have you found any way to do this?
In the latest versions it indeed works, I think it started working in the late 2022 but I forgot to update this thread
Hi, sorry to bother. I'm using this really good library to generate spectrograms in my project on Linux but because of the System.Drawing.Common dependency I'm stuck on NET 6. Has...