Skip to content

Commit

Permalink
Cleaning up arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Reina committed Dec 27, 2020
1 parent 730b11c commit 9ad7b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2D/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
help="the directory for the output prediction pngs")
parser.add_argument("--input_filename",
help="Name of saved TensorFlow model directory",
default="output/unet_model_for_decathlon")
default=os.path..join(settings.OUT_PATH,settings.INFERENCE_FILENAME)

args = parser.parse_args()

Expand Down

0 comments on commit 9ad7b2c

Please sign in to comment.