Skip to content

Commit ec06ddb

Browse files
Fixed typo
Signed-off-by: Tarunkumar, Banda <tarunkumar.banda@intel.com>
1 parent 39c351a commit ec06ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Task_1/fets_challenge/experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def run_challenge_experiment(aggregation_function,
123123
"restore_from_checkpoint_folder": restore_from_checkpoint_folder,
124124
"save_checkpoints": save_checkpoints}
125125

126-
model = FeTSChallengeModel(gandlf_config_path)
126+
model = FeTSChallengeModel()
127127
flflow = FeTSFederatedFlow(
128128
model,
129129
params_dict,

Task_1/fets_challenge/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def model_outputs_to_disc(data_path,
227227
# # get the task runner, passing the data loader
228228
# task_runner = copy(plan).get_task_runner(data_loader)
229229
gandlf_config_path = os.path.join(root, 'config', 'gandlf_config.yaml')
230-
fets_model = FeTSChallengeModel(gandlf_config_path)
230+
fets_model = FeTSChallengeModel()
231231
val_csv_path = os.path.join(work, 'validation_paths.csv')
232232
gandlf_conf = ConfigManager(gandlf_config_path)
233233
(

0 commit comments

Comments
 (0)