Skip to content

Commit

Permalink
Switch to current production model
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed May 7, 2024
1 parent 59b92a1 commit 71d5d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(proj_tile_path, checkpoint_path, savedir="."):


if __name__ == "__main__":
checkpoint_path = "/blue/ewhite/everglades/Zooniverse/20220910_182547/species_model.pl"
checkpoint_path = "/blue/ewhite/everglades/Zooniverse/20230426_082517/species_model.pl"

path = sys.argv[1]
split_path = os.path.normpath(path).split(os.path.sep)
Expand Down

0 comments on commit 71d5d5e

Please sign in to comment.