Description
benchmarkingjob.yaml contains a typo "algorithms:conda" which
appears to be a leftover merge artifact. This causes a YAML
parse error, making the benchmark completely non-runnable.
Affected File
examples/cifar100/fci_ssl/fedavg/benchmarkingjob.yaml line 17
Evidence
algorithms:conda ← should be "algorithms:"
Fix
Remove "conda" from the line, leaving just "algorithms:"
Discovered Via
grep -rn "algorithms:conda" examples/
Description
benchmarkingjob.yaml contains a typo "algorithms:conda" which
appears to be a leftover merge artifact. This causes a YAML
parse error, making the benchmark completely non-runnable.
Affected File
examples/cifar100/fci_ssl/fedavg/benchmarkingjob.yaml line 17
Evidence
algorithms:conda ← should be "algorithms:"
Fix
Remove "conda" from the line, leaving just "algorithms:"
Discovered Via
grep -rn "algorithms:conda" examples/