Skip to content

Commit

Permalink
Update classify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylechard authored Oct 11, 2024
1 parent f04fdaf commit be1b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part1/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def load_image(path):
parser = argparse.ArgumentParser()
parser.add_argument('--input', type=str, required=True)
parser.add_argument('--model-path', type=str,
required=False, default='/tmp/mnist_model/')
required=False, default='/tmp/mnist_model/mnist_model.keras')
args = parser.parse_args()

print('Loading model from:', args.model_path)
Expand Down

0 comments on commit be1b86c

Please sign in to comment.