From 44d7d43ac6b010e550a0f84147e4ecfbb7c5c950 Mon Sep 17 00:00:00 2001 From: ZPaC Date: Tue, 31 Aug 2021 20:09:22 +0800 Subject: [PATCH] Fix conifg --- tests/st/fl/cross_silo_femnist/config.json | 2 +- tests/st/fl/cross_silo_lenet/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/st/fl/cross_silo_femnist/config.json b/tests/st/fl/cross_silo_femnist/config.json index 37ac6edfb25..20beeba9972 100644 --- a/tests/st/fl/cross_silo_femnist/config.json +++ b/tests/st/fl/cross_silo_femnist/config.json @@ -1,6 +1,6 @@ { "recovery": { - "storge_type": 1, + "storage_type": 1, "storage_file_path": "recovery.json" } } \ No newline at end of file diff --git a/tests/st/fl/cross_silo_lenet/config.json b/tests/st/fl/cross_silo_lenet/config.json index 37ac6edfb25..20beeba9972 100644 --- a/tests/st/fl/cross_silo_lenet/config.json +++ b/tests/st/fl/cross_silo_lenet/config.json @@ -1,6 +1,6 @@ { "recovery": { - "storge_type": 1, + "storage_type": 1, "storage_file_path": "recovery.json" } } \ No newline at end of file