yan-gao-GY / Flower-SpeechBrain

11 stars 7 forks source link

ERROR:Server address cannot be parsed. #4

Open W001207 opened 4 months ago

W001207 commented 4 months ago

Dear, thanks for the awesome work. I'm attempting to conduct an experiment based on your README.md, as follows:

  1. First start the Server python server.py --data_path /home/Flower-SpeechBrain-main/temp_dataset/clips/ --tr_path /home/Flower-SpeechBrain-main/temp_dataset/train.tsv --test_path /home/Flower-SpeechBrain-main/temp_dataset/test.tsv --weight_strategy num And then, I obtained the following result: Server IP: 127.0.1.1 INFO : Starting Flower server, config: num_rounds=30, no round_timeout INFO : Flower ECE: gRPC server running (30 rounds), SSL is disabled INFO : [INIT] INFO : Requesting initial parameters from one random client INFO : Sampling failed: number of available clients (0) is less than number of requested clients (1).

  2. start the Client. python client.py --cid 0 --server_address 127.0.1.1 --data path /home/Flower-SpeechBrain-main/temp_dataset/clips/ --tr_path /home/Flower-SpeechBrain-main/temp_dataset/clips/ --dev_path /home/Flower-SpeechBrain-main/temp_dataset/clips/dev_0.tsv I got this error: Server address (127.0.1.1) cannot be parsed.

Could you please tell me how to solve this problem? Thank you so much.

11abcdefghij11 commented 1 month ago

Dear,i also encountered this problem, have you solved it? Can you tell me how you solved it? Thank you very much.