Spaces:
Running
on
Zero
Running
on
Zero
yuanwenyue
commited on
Commit
•
cc2c63e
1
Parent(s):
116aa3f
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def plot_feats(model_option, ori_feats, fine_feats, ori_labels=None, fine_labels
|
|
86 |
ax[0][0].imshow(ori_feats_map)
|
87 |
ax[0][0].set_title("Original " + model_option, fontsize=15)
|
88 |
ax[0][1].imshow(fine_feats_map)
|
89 |
-
ax[0][1].set_title("
|
90 |
ax[1][0].imshow(ori_labels)
|
91 |
ax[1][1].imshow(fine_labels)
|
92 |
for xx in ax:
|
|
|
86 |
ax[0][0].imshow(ori_feats_map)
|
87 |
ax[0][0].set_title("Original " + model_option, fontsize=15)
|
88 |
ax[0][1].imshow(fine_feats_map)
|
89 |
+
ax[0][1].set_title("Fine-tuned", fontsize=15)
|
90 |
ax[1][0].imshow(ori_labels)
|
91 |
ax[1][1].imshow(fine_labels)
|
92 |
for xx in ax:
|