Skip to content

Commit

Permalink
switching the default library path from the OS's to the Conda packages'
Browse files Browse the repository at this point in the history
  • Loading branch information
ms888ekb committed Sep 29, 2023
1 parent 4a0cfe1 commit 4f847a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def override_model_params_from_checkpoint(

if model_ckpt != params.model or classes_ckpt != classes or bands_ckpt != bands \
or clip_limit != clip_limit_ckpt:
logging.info(f"\nParameters from checkpoint will override inputted parameters."
logging.info("\nParameters from checkpoint will override inputted parameters."
f"\n\t\t\t Inputted | Overriden"
f"\nModel:\t\t {params.model} | {model_ckpt}"
f"\nInput bands:\t\t{bands} | {bands_ckpt}"
Expand Down

0 comments on commit 4f847a1

Please sign in to comment.