Skip to content

Commit

Permalink
localization_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
EMCarrami committed Nov 1, 2023
1 parent dfde895 commit 112a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def localization_metrics(
default="What is the subcellular location of this protein?",
help="Question prompt to use.",
)
parser.add_argument("--checkpoint_path", type=int, help="path to model checkpoint")
parser.add_argument("--checkpoint_path", type=str, help="path to model checkpoint")
args = parser.parse_args()

localization_metrics(config_path=args.config_path, checkpoint_path=args.checkpoint_path, question=args.question)

0 comments on commit 112a2f0

Please sign in to comment.