Circularmachines
commited on
Commit
•
15f655b
1
Parent(s):
1d85c4d
updates
Browse files- app.py +1 -1
- pred_all_grey.npy +3 -0
app.py
CHANGED
@@ -28,7 +28,7 @@ gridsize=31
|
|
28 |
n_patches=961
|
29 |
|
30 |
#pred=np.load('pred.npy')
|
31 |
-
pred_all=np.load('
|
32 |
|
33 |
random_i=np.load('random.npy')
|
34 |
|
|
|
28 |
n_patches=961
|
29 |
|
30 |
#pred=np.load('pred.npy')
|
31 |
+
pred_all=np.load('pred_all_grey.npy').reshape(-1,64)
|
32 |
|
33 |
random_i=np.load('random.npy')
|
34 |
|
pred_all_grey.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2505548f6d093ce9d3ef9c3cc1d70f3a0fd7339239039f0e5e574ecc6d5b9c99
|
3 |
+
size 196812928
|