Skip to content

Commit

Permalink
limit annotation for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
saleemhamo committed Jul 18, 2024
1 parent 4901544 commit 922f47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
context: .
push: true
tags: saleemhamo/ctfg_pipeline_coarse_grained:v0.17
tags: saleemhamo/ctfg_pipeline_coarse_grained:v0.18

build-args: MOUNTED_CLAIM_DIRECTORY=/mnt/data
1 change: 1 addition & 0 deletions models/coarse_grained/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def main():
test_file=CHARADES_ANNOTATIONS_TEST
)
annotations = charades_sta.get_train_data()
annotations = annotations[:5] # For testing purposes

# Load feature extractor
logger.info("Loading feature extractor.")
Expand Down

0 comments on commit 922f47d

Please sign in to comment.