Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ percentage_values = (np.arange(9) + 1)*10
|
|
25 |
def beam_prediction_task(data_percentage, task_complexity):
|
26 |
# Folder naming convention based on input_type, data_percentage, and task_complexity
|
27 |
raw_folder = f"images/raw_{data_percentage/100:.1f}_{task_complexity}"
|
28 |
-
embeddings_folder = f"images/
|
29 |
|
30 |
# Process raw confusion matrix
|
31 |
raw_cm = compute_average_confusion_matrix(raw_folder)
|
|
|
25 |
def beam_prediction_task(data_percentage, task_complexity):
|
26 |
# Folder naming convention based on input_type, data_percentage, and task_complexity
|
27 |
raw_folder = f"images/raw_{data_percentage/100:.1f}_{task_complexity}"
|
28 |
+
embeddings_folder = f"images/embedding_{data_percentage/100:.1f}_{task_complexity}"
|
29 |
|
30 |
# Process raw confusion matrix
|
31 |
raw_cm = compute_average_confusion_matrix(raw_folder)
|