DynetSharp 1.0.6
See the version list below for details.
dotnet add package DynetSharp --version 1.0.6
NuGet\Install-Package DynetSharp -Version 1.0.6
<PackageReference Include="DynetSharp" Version="1.0.6" />
paket add DynetSharp --version 1.0.6
#r "nuget: DynetSharp, 1.0.6"
// Install DynetSharp as a Cake Addin #addin nuget:?package=DynetSharp&version=1.0.6 // Install DynetSharp as a Cake Tool #tool nuget:?package=DynetSharp&version=1.0.6
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. Note: The GitHub page isn't fully updated with the latest working code.
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 Parameters.
- Added inputVector/Tensor functions by dimensions (without value).
- GPU support (Requires compile from source).
- Minor bug fixes.