Circularmachines
commited on
Commit
•
5dd047f
1
Parent(s):
15f655b
updates
Browse files
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.npy').reshape(-1,64)
|
32 |
|
33 |
random_i=np.load('random.npy')
|
34 |
|