From bb8fa4d99f1f99a12ec2a97bb9d5aae51300ba2a Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sat, 14 Nov 2020 07:40:26 -0600 Subject: [PATCH] Keras for .NET 0.1.0. --- .../TensorFlowNET.Console.csproj | 2 +- src/TensorFlowNET.Keras/Tensorflow.Keras.csproj | 13 ++++++++----- .../Tensorflow.Benchmark.csproj | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/TensorFlowNET.Console/TensorFlowNET.Console.csproj b/src/TensorFlowNET.Console/TensorFlowNET.Console.csproj index 89884977..6cc631f4 100644 --- a/src/TensorFlowNET.Console/TensorFlowNET.Console.csproj +++ b/src/TensorFlowNET.Console/TensorFlowNET.Console.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + netcoreapp3.1 Tensorflow Tensorflow diff --git a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj index 9c03b503..9d459e15 100644 --- a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj +++ b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj @@ -12,15 +12,17 @@ Apache 2.0, Haiping Chen 2020 TensorFlow.Keras https://github.com/SciSharp/TensorFlow.NET - https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 + https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 https://github.com/SciSharp/TensorFlow.NET - Keras for .NET is a C# version of Keras migrated from the python version. - Keras for .NET developers. + Keras for .NET is a C# version of Keras ported from the python version. + Keras for .NET Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. SciSharp STACK true tensorflow, keras, deep learning, machine learning + false + Git @@ -28,15 +30,16 @@ Keras is an API designed for human beings, not machines. Keras follows best prac + - + - + diff --git a/src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj b/src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj index ebdcf757..c539919c 100644 --- a/src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj +++ b/src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + netcoreapp3.1 AnyCPU;x64