File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,8 @@ def inf_instance_family(inf_instance_type):
471
471
@pytest .fixture (scope = "session" )
472
472
def imagenet_train_subset (request , sagemaker_session , tmpdir_factory ):
473
473
"""
474
- Copies the Imagenet dataset from the bucket it's hosted in to the local bucket in the test region
474
+ Copies the Imagenet dataset from the bucket it's hosted in to the local bucket in the test region.
475
+ Due to licensing issues, access to this dataset is controlled through an allowlist
475
476
"""
476
477
local_path = tmpdir_factory .mktemp ("imagenet_tfrecords_train_subset" )
477
478
sagemaker_session .download_data (
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ def gpu_instance_type(request):
34
34
@pytest .fixture (scope = "module" )
35
35
def imagenet_val_set (request , sagemaker_session , tmpdir_factory ):
36
36
"""
37
- Copies the dataset from the bucket it's hosted in to the local bucket in the test region
37
+ Copies the Imagenet dataset from the bucket it's hosted in to the local bucket in the test region.
38
+ Due to licensing issues, access to this dataset is controlled through an allowlist
38
39
"""
39
40
local_path = tmpdir_factory .mktemp ("trcomp_imagenet_val_set" )
40
41
sagemaker_session .download_data (
You can’t perform that action at this time.
0 commit comments