Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 23, 2023
1 parent e9c5604 commit 7d81c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion only_for_me/narval/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
cache_dir = None

else:
search_str = '/home/walml/projects/def-bovy/walml/data/webdatasets/desi_labelled_300px_2048/desi_labelled_train_*.tar'
search_str = '/home/walml/projects/def-bovy/walml/data/webdatasets/desi_labelled_300px_2048/desi_labelled_300px_2048_train_*.tar'
cache_dir = os.environ['SLURM_TMPDIR'] + '/cache'

all_urls = glob.glob(search_str)
Expand Down

0 comments on commit 7d81c92

Please sign in to comment.