Circularmachines
commited on
Commit
·
65ce697
1
Parent(s):
1ee45aa
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ n_patches=961
|
|
29 |
|
30 |
#pred_dict={'Trained on color images (recommended)': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
# 'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
-
pred_dict={'Trained on
|
33 |
-
'Trained on augmented': np.load('pred_all_green_random.npy').reshape(-1,64)}
|
34 |
|
35 |
random_i=np.load('random.npy')
|
36 |
|
|
|
29 |
|
30 |
#pred_dict={'Trained on color images (recommended)': np.load('pred_all_scratch.npy').reshape(-1,64),
|
31 |
# 'Trained on grayscale images': np.load('pred_all_grey.npy').reshape(-1,64)}
|
32 |
+
pred_dict={'Trained on unaugmented images': np.load('pred_all_scratch.npy').reshape(-1,64),
|
33 |
+
'Trained on augmented images': np.load('pred_all_green_random.npy').reshape(-1,64)}
|
34 |
|
35 |
random_i=np.load('random.npy')
|
36 |
|