Closed JerryLeeljr closed 3 years ago
What is the python and tf version you used?
What is the python and tf version you used?
python 3.8.5 tf 2.5.0 tensorflow_federated 0.19.0 ubuntu 20.04
It seems the error is from "emnisttrain, = tff.simulation.datasets.emnist.load_data(only_digits=False)". Would you try to run only this line to see if the same error appears?
Seems to be the /optimization project, Zach, could you take a look? Thanks.
As @wennanzhu noted above, this seems to be caused by the call to tff.simulation.datasets.emnist.load_data
. @JerryLeeljr could you see if you face the same error just on this call in a reproducible manner?
Hi @JerryLeeljr. I'm closing this issue since it has not had any updates in a while, and I have not been able to reproduce this bug. If you are still running into this issue, feel free to re-open this or file a bug on TFF (as it seems to be entirely a TFF issue if I understand correctly).
Hi, thanks for your share, I tried to run your code as Example usage do:
But I got following errors. Could you help me fix them? Thanks.