Commit
·
c954bb1
1
Parent(s):
6c82aec
updates
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ gridsize=31
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
|
34 |
random_i=np.load('random.npy')
|
35 |
|
|
|
27 |
|
28 |
n_patches=961
|
29 |
|
30 |
+
pred_dict={'Trained on color images': np.load('pred_all_grey.npy').reshape(-1,64),
|
31 |
+
'Trained on greyscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
+
|
33 |
|
34 |
random_i=np.load('random.npy')
|
35 |
|