Skip to content

Commit

Permalink
remove normalize_images from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Jacobsen committed Jun 19, 2024
1 parent 24ec6ba commit 83175e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yogo/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def from_pth(
return model, {
"step": global_step,
"class_names": class_names,
"normalize_images": params["normalize_images"],
}

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

0 comments on commit 83175e2

Please sign in to comment.