Skip to content

Commit

Permalink
weight
Browse files Browse the repository at this point in the history
  • Loading branch information
ptran1203 committed Jul 1, 2021
1 parent cde5b83 commit f271209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def combine_prediction(
help="Path to input images")
parser.add_argument("--output", dest="output_path", metavar="O", type=str,
default="/data/result/submission.json", help="Output file path")
parser.add_argument("--weight", dest="weight_path", type=str,
parser.add_argument("--weight", dest="weight_path", metadata="W", type=str,
default="pretrained_densenet121", help="Weight path")
args = parser.parse_args()

Expand Down
Binary file removed weights/impact_weight_dense.h5
Binary file not shown.

0 comments on commit f271209

Please sign in to comment.