Fix ambiguous variable names (#13864)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Alex Pasquali <alexpasquali98@gmail.com>
This commit is contained in:
parent
c497732278
commit
ee859ac64d
7 changed files with 22 additions and 24 deletions
|
|
@ -142,7 +142,6 @@ class Model(nn.Module):
|
|||
# Check if Triton Server model
|
||||
elif self.is_triton_model(model):
|
||||
self.model_name = self.model = model
|
||||
self.task = task
|
||||
return
|
||||
|
||||
# Load or create new YOLO model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue