liecn / PyramidFL

[ACM MobiCom 2022] "PyramidFL: Fine-grained Data and System Heterogeneity-aware Client Selection for Efficient Federated Learning" by Chenning Li, Xiao Zeng, Mi Zhang, and Zhichao Cao.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there is a fault in the torch-baidu-ctc

firewood1996 opened this issue · comments

when I install the package torch-baidu-cc, there is a error. I can not find a solution about this error. Could you please tell me how to resolve?

Ok. I realize we need it in the loss function. Could you please try "pip install torch-baidu-ctc"? Please show the logs if it doesn't work.
For your reference, https://pypi.org/project/torch-baidu-ctc/

thanks for your reply, actually I cannot install this package, maybe due to torch-baidu-ctc related to the torch version 1.1.0. However, python3.7 cannot install this version torch. I will try python 3.6 again.

HI, I solved this problem due to replacing the torch-baidu-ctc with torch.nn.CTCLoss. But I still have another question, what is the main code? If I wangt to train a model, what is the main code I start with? Is learner.py? or parameter_sever.py? or manager.py?

Great!

It's manager.py. Please see the instructions in README "Reproduce Results from Scratch".

Thanks!But I still have a question about what the function of parameter_server.py and learner.py?

Resolved.