gorkaartola commited on
Commit
e294f15
1 Parent(s): d84b731

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -48,7 +48,7 @@ prediction_strategy_options = {
48
  '3.3': ["topk", 3],
49
  }
50
 
51
- saved_inference_tables_path = '/home/gorkaartola/Desktop/SDGs/Results/Reports/ZS inference tables/'
52
 
53
  #Load test dataset___________________________
54
  test_dataset = load_dataset('gorkaartola/SC-ZS-test_AURORA-Gold-SDG_True-Positives-and-False-Positives')['test']
 
48
  '3.3': ["topk", 3],
49
  }
50
 
51
+ saved_inference_tables_path = 'Reports/ZS inference tables/'
52
 
53
  #Load test dataset___________________________
54
  test_dataset = load_dataset('gorkaartola/SC-ZS-test_AURORA-Gold-SDG_True-Positives-and-False-Positives')['test']