Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grutschus committed Dec 3, 2023
1 parent 4d21896 commit 202f24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
]

optim_wrapper = dict(
type="AmpOptimWrapper", # Automatic Mixed Precision may speed up trainig
type="AmpOptimWrapper", # Automatic Mixed Precision may speed up trainig
optimizer=dict(
type="AdamW", # From VideoMAEv2 repo
lr=1e-3, # From VideoMAEv2 repo
Expand Down

0 comments on commit 202f24a

Please sign in to comment.