Skip to content

Commit

Permalink
Fix 2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Feb 19, 2024
1 parent 61d1e39 commit fb46583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evals/video_classification_frozen/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(

def forward(self, x, clip_indices=None):

# TODO: impement attend_across_segments=False
# TODO: implement attend_across_segments=False
# num_clips = len(x)
num_views_per_clip = len(x[0])

Expand Down Expand Up @@ -85,7 +85,7 @@ def forward(self, x, clip_indices=None):

class ClipAggregation(nn.Module):
"""
Process each clip indepdnently and concatenate all tokens
Process each clip independently and concatenate all tokens
"""

def __init__(
Expand Down

0 comments on commit fb46583

Please sign in to comment.