Open chongshenng opened 4 days ago
@chongshenng could we follow the same logic in flwr-simulation
as in flwr-serverapp
and introduce something like this? https://github.com/adap/flower/blob/67688c6708b3cf23829c872999c0f9887b9ed558/src/py/flwr/server/serverapp/app.py#L74
@jafermarq For this comment, yes. I'll have a follow-up PR that refactors the args and includes this warning too.
The existing Exec API tests are silently failing, causing several bugs to slip through. The changes in these PR are inter-related.
For tests:
exit 0
) or fails (exit 1
) correctly.--executor-config num-supernodes=1
fromflower-superlink
which was removed in #4486.For
flwr-simulation
arguments:flwr-simulation
with--simulationio-api-address
instead of--superlink
.flwr-simulation
.For settings in
flwr-simulation
:enable_tf_gpu_growth
inflwr-simulation
toFalse
on line 234. @jafermarq can you please confirm that this fix is reasonble?