Skip to content

Commit

Permalink
Update infer.py (#3460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyulingyue authored Aug 17, 2023
1 parent 9c79cbe commit 418ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/MedicalSeg/nnunet/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def main(args):
assert len(args.model_paths) == len(
args.param_paths
), "The number of pdmodel is not the same with pdiparams. {} != {}.".format(
len(args.model_paths), len(args.params_paths))
len(args.model_paths), len(args.param_paths))
print("model type: ", args.model_type)
print("The plan path: ", args.plan_path)
print("The model paths: ", args.model_paths)
Expand Down

0 comments on commit 418ac1b

Please sign in to comment.