Sadjad Alikhani commited on
Commit
c95d871
·
verified ·
1 Parent(s): ceb94a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/embeddings_{data_percentage/100:.1f}_{task_complexity}"
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)