TensorFlowSharp 1.3.1-pre1
See the version list below for details.
dotnet add package TensorFlowSharp --version 1.3.1-pre1
NuGet\Install-Package TensorFlowSharp -Version 1.3.1-pre1
<PackageReference Include="TensorFlowSharp" Version="1.3.1-pre1" />
paket add TensorFlowSharp --version 1.3.1-pre1
#r "nuget: TensorFlowSharp, 1.3.1-pre1"
// Install TensorFlowSharp as a Cake Addin #addin nuget:?package=TensorFlowSharp&version=1.3.1-pre1&prerelease // Install TensorFlowSharp as a Cake Tool #tool nuget:?package=TensorFlowSharp&version=1.3.1-pre1&prerelease
.NET Bindings for TensorFlow
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- System.ValueTuple (>= 4.3.1)
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 | 219,388 | 12/4/2019 |
1.15.0 | 5,442 | 11/25/2019 |
1.15.0-pre2 | 1,193 | 11/7/2019 |
1.15.0-pre1 | 1,160 | 11/5/2019 |
1.13.1 | 93,025 | 11/4/2019 |
1.13.0 | 139,579 | 5/1/2019 |
1.12.0 | 51,713 | 12/6/2018 |
1.11.0 | 15,402 | 10/2/2018 |
1.10.0 | 6,547 | 9/7/2018 |
1.9.0 | 7,104 | 8/7/2018 |
1.9.0-pre1 | 1,769 | 8/2/2018 |
1.8.0-pre1 | 7,672 | 5/25/2018 |
1.7.0 | 38,268 | 4/15/2018 |
1.7.0-pre1 | 1,530 | 4/3/2018 |
1.6.0-pre1 | 1,792 | 3/11/2018 |
1.5.1-pre1 | 1,290 | 3/1/2018 |
1.5.0 | 13,123 | 1/27/2018 |
1.5.0-pre2 | 1,221 | 1/24/2018 |
1.5.0-pre1 | 1,288 | 1/14/2018 |
1.4.0 | 12,482 | 11/22/2017 |
1.4.0-pre1 | 1,732 | 11/5/2017 |
1.3.1-pre1 | 1,258 | 9/15/2017 |
1.3.0 | 3,785 | 9/15/2017 |
1.3.0-pre1 | 2,022 | 8/26/2017 |
1.2.2 | 12,871 | 6/28/2017 |
1.2.1 | 1,537 | 6/28/2017 |
0.96.0 | 9,294 | 5/21/2017 |
0.95.0 | 1,431 | 5/21/2017 |
0.94.0 | 1,455 | 5/21/2017 |
0.13.1 | 1,018 | 11/4/2019 |
0.13.0 | 2,174 | 5/1/2019 |
This preview version binds APIs that expected or produced reference parameters.
While reference parameters were expected to go away at some point, Google continued to rely on them, and many applications continue to rely on them, so they are now bound.
This also introduces a convenient "Variable" class that should make it easier for users of Variables to work with them by providing access to the nodes that initialize, read and assign the variable.