TensorFlowSharp 1.13.0
See the version list below for details.
Install-Package TensorFlowSharp -Version 1.13.0
dotnet add package TensorFlowSharp --version 1.13.0
<PackageReference Include="TensorFlowSharp" Version="1.13.0" />
paket add TensorFlowSharp --version 1.13.0
#r "nuget: TensorFlowSharp, 1.13.0"
// Install TensorFlowSharp as a Cake Addin
#addin nuget:?package=TensorFlowSharp&version=1.13.0
// Install TensorFlowSharp as a Cake Tool
#tool nuget:?package=TensorFlowSharp&version=1.13.0
.NET Bindings for TensorFlow
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.1
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.ValueTuple (>= 4.5.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TensorFlowSharp:
Package | Downloads |
---|---|
DeepMorphy
Morphological analyzer for Russian language |
|
SiaNet.Backend.TensorFlowLib
TensorFlow backend for SiaNet library. Please install SiaNet along with this backend. |
|
Neuromatic
Package Description |
|
Crosser.EdgeNode.Modules.TensorFlow
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on TensorFlowSharp:
Repository | Stars |
---|---|
cesarsouza/keras-sharp
Keras# initiated as an effort to port the Keras deep learning library to C#, supporting both TensorFlow and CNTK
|
|
Azure/sg-aks-workshop
Security + Governance Workshop
|
Version | Downloads | Last updated |
---|---|---|
1.15.1 | 66,711 | 12/4/2019 |
1.15.0 | 4,048 | 11/25/2019 |
1.15.0-pre2 | 527 | 11/7/2019 |
1.15.0-pre1 | 355 | 11/5/2019 |
1.13.1 | 25,365 | 11/4/2019 |
1.13.0 | 54,850 | 5/1/2019 |
1.12.0 | 33,770 | 12/6/2018 |
1.11.0 | 13,121 | 10/2/2018 |
1.10.0 | 5,202 | 9/7/2018 |
1.9.0 | 5,767 | 8/7/2018 |
1.9.0-pre1 | 821 | 8/2/2018 |
1.8.0-pre1 | 5,770 | 5/25/2018 |
1.7.0 | 26,506 | 4/15/2018 |
1.7.0-pre1 | 1,083 | 4/3/2018 |
1.6.0-pre1 | 1,346 | 3/11/2018 |
1.5.1-pre1 | 929 | 3/1/2018 |
1.5.0 | 12,203 | 1/27/2018 |
1.5.0-pre2 | 854 | 1/24/2018 |
1.5.0-pre1 | 915 | 1/14/2018 |
1.4.0 | 11,556 | 11/22/2017 |
1.4.0-pre1 | 1,354 | 11/5/2017 |
1.3.1-pre1 | 864 | 9/15/2017 |
1.3.0 | 3,267 | 9/15/2017 |
1.3.0-pre1 | 1,587 | 8/26/2017 |
1.2.2 | 12,365 | 6/28/2017 |
1.2.1 | 1,020 | 6/28/2017 |
0.96.0 | 8,678 | 5/21/2017 |
0.95.0 | 948 | 5/21/2017 |
0.94.0 | 962 | 5/21/2017 |
0.13.1 | 410 | 11/4/2019 |
0.13.0 | 590 | 5/1/2019 |
1.13.0: An optimization implementation now exists for C#, contributed by Zeeshan Ahmed from the Microsoft data science team (RMSProp, SGD optimizer bindings); TFSession now has a static method for loading models; New methods for loading strings into tensors (also Zeeshan)