aboutsummaryrefslogtreecommitdiff
path: root/model.py
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-4.devices.brown.edu>2022-05-09 03:52:34 -0400
committerMichael Foiani <sotech117@michaels-mbp-4.devices.brown.edu>2022-05-09 03:52:34 -0400
commitc2627361f1fb1f07db757d43c094c285c6ab1cee (patch)
tree57507d224b8b2594d21e0b307e42af296e508722 /model.py
parent7596e4d8a62f04e0f57a8e26dd415002c5afc0bc (diff)
more examples + ease of use fixes
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/model.py b/model.py
index 3f1f83f0..edf2da44 100644
--- a/model.py
+++ b/model.py
@@ -1,7 +1,5 @@
import tensorflow as tf
import numpy as np
-from tensorflow.keras.layers import \
- Conv2D, AveragePooling2D
from skimage import transform
import hyperparameters as hp