Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
run prepush.sh, sorry!
  • Loading branch information
paul-lebel committed Jun 13, 2024
1 parent 26307dd commit a5cda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yogo/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def from_pth(
return model, {
"step": global_step,
"class_names": class_names,
"normalize_images": normalize_images
"normalize_images": params["normalize_images"],
}

def to(self, device, *args, **kwargs):
Expand Down

0 comments on commit a5cda91

Please sign in to comment.