Luoyang144

Results 20 comments of Luoyang144

@chaoyanghe But the final result are same as beyong, I suspect the model didn't get any improvement? So in fact, I guess there are some bug in learning process?

@zuluzazu Hello, I tried to set 6 clients per round, but get same bad result. Is there any other config need to change?

@zuluzazu Hello, will you solve this problem? It really made me confused.

@zuluzazu Thank you, I will try to change some parameters.

@zuluzazu Hello, this weekend I tried to tune some hyper parameters, like lr, client_number, but all get bad result, even worse than original parameters.

@Mirian-Hipolito Hello, did you meet this problem? I use `pip install --upgrade ray` to upgrade ray but get this error. ![image](https://user-images.githubusercontent.com/63402979/189861678-586bf4cd-7f81-4ea2-84ef-a0d0127dc544.png)

@zuluzazu Thanks for advice! I had check those files, but I didn't understand how to convert my dataset into uniform distribution while the example are advanced parition method. I had...

@zuluzazu Hello, thanks for your advice, I use `Seq2SeqRawDataLoader` class to generate h5 file with `generate_h5_file` function. And I guess you mean niid_label.py in this [link](https://github.com/FedML-AI/FedML/tree/master/python/app/fednlp/data/advanced_partition) instead of niid_label_skew.py? I...

Hello, these days I tried to use kmeans to generate a parition_data file but when run it there are still error. Can you provide some advice?