Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

NatML 1.1.6

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 09 May 17:36
· 3 commits to main since this release
  • Fixed DllNotFoundException when building on Linux (#54).
  • Fixed Illegal byte sequence encounted in the input error when building on macOS and Windows (#55).
  • Refactored PredictionSession class to EndpointPrediction.
  • Refactored NatML.PredictionSessions field to EndpointPredictions.
  • Removed MLAudioFeature.FromStreamingAssets method. Use MLUnityExtensions.StreamingAssetsToAbsolutePath to get a path and create an audio feature.
  • Deprecated PredictorSession class.
  • Deprecated NatML.PredictorSessions field.