|
- from learnware.tests.benchmarks import BenchmarkConfig
-
- image_benchmark_config = BenchmarkConfig(
- name="CIFAR-10",
- user_num=100,
- learnware_ids=[
- "00002207",
- "00002208",
- "00002209",
- "00002210",
- "00002211",
- "00002212",
- "00002213",
- "00002214",
- "00002215",
- "00002216",
- "00002217",
- "00002218",
- "00002219",
- "00002220",
- "00002221",
- "00002222",
- "00002223",
- "00002224",
- "00002225",
- "00002226",
- "00002227",
- "00002228",
- "00002229",
- "00002230",
- "00002231",
- "00002232",
- "00002233",
- "00002234",
- "00002235",
- "00002236",
- "00002237",
- "00002238",
- "00002239",
- "00002240",
- "00002241",
- "00002242",
- "00002243",
- "00002244",
- "00002245",
- "00002246",
- "00002247",
- "00002248",
- "00002249",
- "00002250",
- "00002251",
- "00002252",
- "00002253",
- "00002254",
- "00002255",
- "00002256",
- ],
- test_data_path="CIFAR-10/test_data.zip",
- train_data_path="CIFAR-10/train_data.zip",
- extra_info_path="CIFAR-10/extra_info.zip",
- )
|