From 509aef4f8998674ba51698a4a9109a26160bb6f0 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sun, 8 Mar 2020 18:36:25 -0500 Subject: [PATCH] remove hub project. --- src/TensorFlowNET.Hub/README.md | 5 ---- src/TensorFlowNET.Hub/Tensorflow.Hub.csproj | 27 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 src/TensorFlowNET.Hub/README.md delete mode 100644 src/TensorFlowNET.Hub/Tensorflow.Hub.csproj diff --git a/src/TensorFlowNET.Hub/README.md b/src/TensorFlowNET.Hub/README.md deleted file mode 100644 index 156b263d..00000000 --- a/src/TensorFlowNET.Hub/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## TensorFlow Hub - -TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models. In particular, it provides **modules**, which are pre-trained pieces of TensorFlow models that can be reused on new tasks. - -https://github.com/tensorflow/hub \ No newline at end of file diff --git a/src/TensorFlowNET.Hub/Tensorflow.Hub.csproj b/src/TensorFlowNET.Hub/Tensorflow.Hub.csproj deleted file mode 100644 index 38e5f907..00000000 --- a/src/TensorFlowNET.Hub/Tensorflow.Hub.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - Tensorflow.Hub - netstandard2.0 - 0.1.1 - Kerry Jiang, Haiping Chen - SciSharp STACK - Apache 2.0 - https://github.com/SciSharp/TensorFlow.NET - git - http://scisharpstack.org - TensorFlow, SciSharp, MachineLearning - TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models. - SciSharp.TensorFlowHub - true - Fix GetNextBatch() bug. -Upgrade NumSharp.Lite 0.1.4. - https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 - TensorFlow.Hub - - - DEBUG;TRACE - - - - - \ No newline at end of file