From b4b56da0bd24f238397c0b102eeaa567e77e8a3a Mon Sep 17 00:00:00 2001 From: Jason K Date: Sun, 9 May 2021 12:44:05 -0400 Subject: [PATCH] Add explanation regarding keras to tensorflow-framework mapping I had to look around to understand how the java tensorflow keras implementation relates to the framework. It would be helpful if it was more explicit in the documentation here. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39ae3bbd5f5..cec9dfa980c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The following describes the layout of the repository and its different artifacts * Primary API for building and training neural networks with TensorFlow * Intended audience: neural network developers * For more information: [tensorflow-framework/README.md](tensorflow-framework/README.md) + * If you were directed here from https://github.com/dhruvrajan/tensorflow-keras-java, please see [here](https://github.com/tensorflow/java/issues/217) *Note: The NdArray Library module has now its own [repository](https://github.com/tensorflow/java-ndarray) and has been moved out of TensorFlow Java.*