Eric Rini
Results
2
issues of
Eric Rini
So there is a native implementation of NumPy in the SciSharp stack called [NumSharp](https://github.com/SciSharp/NumSharp), but it seems like this library accepts inputs from [Numpy.NET](https://github.com/SciSharp/Numpy.NET). Is there some way to call...
I am trying to export a voting classifier created by [this training project](https://github.com/jim-schwoebel/voice_gender_detection ). It appears this is unsupported. ``` Traceback (most recent call last): File "./export_audioclassify.py", line 36, in...