Commit
·
95833c9
1
Parent(s):
b428376
updates
Browse files- app.py +1 -1
- pred_all_grey.npy +2 -2
app.py
CHANGED
@@ -28,7 +28,7 @@ gridsize=31
|
|
28 |
n_patches=961
|
29 |
|
30 |
pred_dict={'Trained on color images': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
-
'Trained on
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
|
|
28 |
n_patches=961
|
29 |
|
30 |
pred_dict={'Trained on color images': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
+
'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
|
33 |
|
34 |
random_i=np.load('random.npy')
|
pred_all_grey.npy
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a0c828f58d9319b63ba09979c4319012f6409331b61e8a5fbb258e92ac4a836
|
3 |
+
size 206653568
|