SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.2k stars 513 forks source link

Help request - audio recognition #149

Open JTrotta opened 5 years ago

JTrotta commented 5 years ago

Hello, I would like to use this library to train Tensorflow like in this tutorial: https://www.tensorflow.org/tutorials/sequences/audio_recognition

I need a start point or some hints. Thank you

Oceania2018 commented 5 years ago

@JTrotta We still have long way to make TensorFlow.NET do all the things like in Python binding.

Deep-Blue-2013 commented 5 years ago

Looking forward this feature.

Oceania2018 commented 5 years ago

@JTrotta We can run image prediction now. see example here: image