Skip to content

Commit

Permalink
BUG SQUASED: removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spritan authored Feb 27, 2024
1 parent a12dd5c commit b4db934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YOLOv8_Explainer/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(
Initialize the YOLOv8 heatmap layer.
"""
device = device
self.backward_type = "all"
backward_type = "all"
ckpt = torch.load(weight)
model_names = ckpt['model'].names
model = attempt_load_weights(weight, device)
Expand Down

0 comments on commit b4db934

Please sign in to comment.