From 30862b179b7b30a2bf87b52453077e116f83e7c7 Mon Sep 17 00:00:00 2001 From: Arnav Das Date: Wed, 15 May 2019 21:38:21 +0530 Subject: [PATCH] Keras Commit --- test/KerasNET.Example/App.config | 14 --- test/KerasNET.Example/Keras.Example.csproj | 92 +++---------------- .../Properties/AssemblyInfo.cs | 36 -------- 3 files changed, 13 insertions(+), 129 deletions(-) delete mode 100644 test/KerasNET.Example/App.config delete mode 100644 test/KerasNET.Example/Properties/AssemblyInfo.cs diff --git a/test/KerasNET.Example/App.config b/test/KerasNET.Example/App.config deleted file mode 100644 index 11a40ce2..00000000 --- a/test/KerasNET.Example/App.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/KerasNET.Example/Keras.Example.csproj b/test/KerasNET.Example/Keras.Example.csproj index 9b9828e3..b7037eda 100644 --- a/test/KerasNET.Example/Keras.Example.csproj +++ b/test/KerasNET.Example/Keras.Example.csproj @@ -1,87 +1,21 @@ - - - + + - Debug - AnyCPU - {17E1AC16-9E0E-4545-905A-E92C6300C7AF} Exe - Makina.Example - Makina.Example - v4.7.2 - 512 - true - true + netcoreapp2.2 + false - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\ArrayFire.0.0.2\lib\netstandard2.0\ArrayFire.dll - - - ..\packages\Google.Protobuf.3.7.0\lib\net45\Google.Protobuf.dll - - - ..\..\packages\NumSharp.0.10.1\lib\netstandard2.0\NumSharp.Core.dll - - - - ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll - - - - ..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll - - - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - - - - - - - - - - + - - + + + + + - - {902e188f-a953-43b4-9991-72bab1697bc3} - Keras.Core - - - {fd682ac0-7b2d-45d3-8b0d-c6d678b04144} - TensorFlowNET.Core - + + - + \ No newline at end of file diff --git a/test/KerasNET.Example/Properties/AssemblyInfo.cs b/test/KerasNET.Example/Properties/AssemblyInfo.cs deleted file mode 100644 index 772c5031..00000000 --- a/test/KerasNET.Example/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Keras.Example")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Keras.Example")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("17e1ac16-9e0e-4545-905a-e92c6300c7af")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]