Hans0124SG

Results 2 comments of Hans0124SG

I encountered the same issue. By looking at the source code of [`app.py`](https://github.com/adap/flower/blob/main/src/py/flwr/server/app.py), I realized that we can set `force_final_distributed_eval = True` when we run `fl.server.start_server()`. Not sure whether this...

If you don't want to change the version of your scipy, you can use these two `skimage` functions to replace `from scipy.misc import imread, imresize` with `from skimage.io import imread`...