DynetSharp 1.0.4
See the version list below for details.
dotnet add package DynetSharp --version 1.0.4
NuGet\Install-Package DynetSharp -Version 1.0.4
<PackageReference Include="DynetSharp" Version="1.0.4" />
paket add DynetSharp --version 1.0.4
#r "nuget: DynetSharp, 1.0.4"
// Install DynetSharp as a Cake Addin #addin nuget:?package=DynetSharp&version=1.0.4 // Install DynetSharp as a Cake Tool #tool nuget:?package=DynetSharp&version=1.0.4
DyNetSharp - C# wrapper for DyNet: The Dynamic Neural Network Toolkit
Installing the library
Prerequisites:
Before using DyNetSharp, you need to have the Microsoft Visual C++ Redistributable installed on the machine. The Visual Studio installation comes with it by default, otherwise you can download and install it from here.
Note: The library only works with x64 executables.
Building and installing from source:
See the GitHub page.
Using DyNetSharp
For the full markdown of how to use DyNetSharp, please see the GitHub page
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added implicit casting for Parameter/LookupParameters.
- GPU support (Requires compile from source).
- Minor bug fixes.