You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NeuralNetwork.NET/NeuralNetwork.NET.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<RootNamespace>NeuralNetworkNET</RootNamespace>
6
-
<Version>2.1.1</Version>
6
+
<Version>2.1.2</Version>
7
7
<Authors>Sergio Pedri</Authors>
8
8
<Company>Sergio Pedri</Company>
9
9
<Description>A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN and native memory management</Description>
0 commit comments