Skip to content

Commit

Permalink
Update test_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heatingma committed Jan 21, 2024
1 parent a5353a7 commit a4a60d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_dataset_and_benchmark():
if 'CUB2011' in dataset_name_list:
cub_cfg_dict = dict()
cub_cfg_dict['ROOT_DIR'] = dataset_cfg.CUB2011.ROOT_DIR
cub_cfg_dict['URL'] = 'https://huggingface.co/heatingma/pygmtools/resolve/main/CUB_200_2011.tar.gz'
cub_cfg_dict['URL'] = 'https://huggingface.co/heatingma/pygmtools/resolve/main/CUB_200_2011.tgz'
all_cfgs['CUB2011'] = cub_cfg_dict

for dataset_name in dataset_name_list:
Expand Down

0 comments on commit a4a60d6

Please sign in to comment.