sieberm commited on
Commit
f04df63
1 Parent(s): 13e1cce

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +2 -2
script.py CHANGED
@@ -84,8 +84,8 @@ if __name__ == "__main__":
84
  zip_ref.extractall("/tmp/data")
85
 
86
  # MODEL_PATH = "best_accuracy_boost.pth"
87
- MODEL_PATH= "best_loss_boost.pth"
88
- # MODEL_PATH = "epoch_50.pth"
89
  MODEL_NAME = "swinv2_tiny_window16_256.ms_in1k"
90
 
91
  metadata_file_path = "./SnakeCLEF2024-TestMetadata.csv"
 
84
  zip_ref.extractall("/tmp/data")
85
 
86
  # MODEL_PATH = "best_accuracy_boost.pth"
87
+ #MODEL_PATH= "best_loss_boost.pth"
88
+ MODEL_PATH = "epoch_50.pth"
89
  MODEL_NAME = "swinv2_tiny_window16_256.ms_in1k"
90
 
91
  metadata_file_path = "./SnakeCLEF2024-TestMetadata.csv"