leaf
leaf copied to clipboard
fix a bug in models/client.py
When I run './femnist.sh' in the directory 'leaf/paper_experiment', an error occurs that is:
Converting the type of xs and ys to list really fixes this bug.
The class of xs is tuple, so does ys.