From beed9d10cd543b52cced85a96082982f22c3bd72 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Thu, 26 Dec 2019 16:44:21 -0800 Subject: [PATCH] Change the name of this style to dense, because it's focusing on the dense layer --- .../count-words-binary-encoding-no-learning.py | 0 {35-dumb-filters => 35-dense}/tf-35-multiple.py | 0 {35-dumb-filters => 35-dense}/tf-35.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {35-dumb-filters => 35-dense}/count-words-binary-encoding-no-learning.py (100%) rename {35-dumb-filters => 35-dense}/tf-35-multiple.py (100%) rename {35-dumb-filters => 35-dense}/tf-35.py (100%) diff --git a/35-dumb-filters/count-words-binary-encoding-no-learning.py b/35-dense/count-words-binary-encoding-no-learning.py similarity index 100% rename from 35-dumb-filters/count-words-binary-encoding-no-learning.py rename to 35-dense/count-words-binary-encoding-no-learning.py diff --git a/35-dumb-filters/tf-35-multiple.py b/35-dense/tf-35-multiple.py similarity index 100% rename from 35-dumb-filters/tf-35-multiple.py rename to 35-dense/tf-35-multiple.py diff --git a/35-dumb-filters/tf-35.py b/35-dense/tf-35.py similarity index 100% rename from 35-dumb-filters/tf-35.py rename to 35-dense/tf-35.py