Skip to content

Commit

Permalink
Adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 27, 2024
1 parent 560de06 commit c08f266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def dl_data():
"""
Download training/validation/testing data.
"""
print("Configuration file path:", config_path)

for i in range(1, 4):
data_url = config.get('data', f'url{i}')
data_file = config.get('data', f'file{i}')
Expand Down

0 comments on commit c08f266

Please sign in to comment.