Skip to content

Commit

Permalink
Merge pull request facebookresearch#13 from bryant1410/patch-2
Browse files Browse the repository at this point in the history
Fix 2 typos
  • Loading branch information
MidoAssran authored Feb 19, 2024
2 parents 61d1e39 + fb46583 commit e4d7581
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 e4d7581

Please sign in to comment.