Skip to content

Commit

Permalink
Removes redundant function arguement
Browse files Browse the repository at this point in the history
  • Loading branch information
LashaO committed Aug 5, 2024
1 parent 520f2b2 commit 7fa72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbia_miew_id/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def run(self):
else:
margins = None

model = MiewIdNet(**dict(config.model_params), margins=margins)
model = MiewIdNet(**dict(config.model_params))
model.to(device)

loss_fn = fetch_loss()
Expand Down

0 comments on commit 7fa72ec

Please sign in to comment.