diff options
author | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 03:52:34 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-4.devices.brown.edu> | 2022-05-09 03:52:34 -0400 |
commit | c2627361f1fb1f07db757d43c094c285c6ab1cee (patch) | |
tree | 57507d224b8b2594d21e0b307e42af296e508722 /model.py | |
parent | 7596e4d8a62f04e0f57a8e26dd415002c5afc0bc (diff) |
more examples + ease of use fixes
Diffstat (limited to 'model.py')
-rw-r--r-- | model.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |