Skip to content

Commit

Permalink
updated models path
Browse files Browse the repository at this point in the history
  • Loading branch information
saleemhamo committed Jul 24, 2024
1 parent c413669 commit 892a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
CHARADES_ANNOTATIONS_TEST = os.path.join(CHARADES_ANNOTATIONS_DIR, 'charades_sta_test.txt')

# Save model directory
SAVE_MODEL_DIR = os.path.join(BASE_DIR, 'saved_models')
SAVE_MODEL_DIR = os.path.join(BASE_DIR, 'generated_models')
COARSE_GRAINED_MODELS_DIR = os.path.join(SAVE_MODEL_DIR, 'coarse_grained')
FINE_GRAINED_MODELS_DIR = os.path.join(SAVE_MODEL_DIR, 'fine_grained')

0 comments on commit 892a8a7

Please sign in to comment.