GitHub - migueldeicaza/TensorFlowSharp: TensorFlow API for .NET languages
TensorFlowSharp is a good runtime to run your existing models, and is mostly a straight binding to the underlying TensorFlow runtime. Most people will want to use a higher-level library for interfacing with TensorFlow. The library was designed to blend in the .NET ecosystem and use the .NET naming conventions. I strongly recommend that you use TensorFlow.NET which takes a different approach than TensorFlowSharp, it uses the Python naming convention and has a much broader support for the higher level operations that you are likely to need - and is also actively maintained. TensorFlowSharp are .NET bindings to the TensorFlow library published here: This surfaces the C API as a strongly-typed .NET API for use from C# and F#.
Dec-12-2022, 00:44:33 GMT
- Technology: