woodenchild95 / FL-Simulator

Pytorch implementations of some general federated optimization methods.
34 stars 5 forks source link

Some problems in the code #10

Open penking-garbage opened 6 months ago

penking-garbage commented 6 months ago

image There was an error when I was reading the code, but after reading it all, I couldn't find how the read_data and word_to_indices function is defined.

woodenchild95 commented 6 months ago

image There was an error when I was reading the code, but after reading it all, I couldn't find how the read_data and word_to_indices function is defined.

The current versions are demos only for the CIFAR dataset. If you wanna repeat the studies on the other NLP dataset or multi-domain dataset, you need to implement the dataset splitting as your work designs : )