Browse Source

[MNT] update tests BenchmarkConfig

tags/v0.3.2
bxdd 2 years ago
parent
commit
cf4ad803b2
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      learnware/tests/benchmarks/config.py

+ 1
- 10
learnware/tests/benchmarks/config.py View File

@@ -12,13 +12,4 @@ class BenchmarkConfig:
extra_info_path: Optional[str] = None


benchmark_configs = {
"example": BenchmarkConfig(
name="example",
user_num=3,
learnware_ids=["00001951", "00001980", "00001987"],
test_data_path="example_path1",
train_data_path="example_path2",
extra_info_path="example_path3",
)
}
benchmark_configs = {}

Loading…
Cancel
Save