From 1d0b2b167077d5e419e02edea86870ee0d7e3846 Mon Sep 17 00:00:00 2001 From: Charles F Date: Tue, 5 Oct 2021 15:49:16 -0400 Subject: [PATCH] Update to run feature_column and layers Looks like these were not imported --- Tensorflow-2.0-Example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tensorflow-2.0-Example.py b/Tensorflow-2.0-Example.py index 8c980c9..a6da60e 100644 --- a/Tensorflow-2.0-Example.py +++ b/Tensorflow-2.0-Example.py @@ -3,6 +3,8 @@ import numpy as np import random from sklearn.model_selection import train_test_split +from tensorflow import feature_column +from tensorflow.keras import layers Num = 5000