Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Feb 19, 2024
1 parent 75979f9 commit 5dbed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/video_classification_frozen/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def main(args_eval, resume_preempt=False):
# Process each frame independently and aggregate
encoder = FrameAggregation(encoder).to(device)
else:
# Process each video clip independenty and aggregate
# Process each video clip independently and aggregate
encoder = ClipAggregation(
encoder,
tubelet_size=tubelet_size,
Expand Down

0 comments on commit 5dbed9a

Please sign in to comment.