JessKXWL

Results 6 comments of JessKXWL

> @JessKXWL Dear friends, how did you deal this problem later? I didn't solve this problem, but later I tried to find out the limit. It's OK to upload data...

@chaoyanghe Thank you for your advice. Now the problem has been solved. Now my local operation is like this. It seems that I should have finished the training. However, I...

@chaoyanghe I updated fedml to 0.7.230 on CentOS This is my config file When I ran this command(`python torch_fedavg_mnist_lr_one_line_example.py --cf fedml_config.yaml`), an error occurred. ![image](https://user-images.githubusercontent.com/33014711/184268478-2f9cc23f-b54d-4537-91e7-705a5ca8b068.png) This is the configuration information...

About the trained model I can't find problem Should we add a "write_sensor_dict_to_mnn" function similar to "python/fedml/cross_device/server_mnn/utils. py" in "python/fedml/cross_silo/client/utils. py", and then call this function at the position on...

Maybe you should reinstall fedml with the following commands: pip uninstall fedml; pip install fedml, then you may display the fedml version: pip list |grep fedml > > @chaoyanghe I...

时间太久了,我有点不太记得了,我印象中是因为grpc协议传输的数据设置为了4M,而我传输的数据远超过4M,所以出错了。在这个代码里面有地方可以设置GRPC协议传输数据大小,不过我当时设置的时候可能没找对地方,没设置成功。 ------------------ 原始邮件 ------------------ 发件人: "hyperledger/fabric-sdk-py" ***@***.***>; 发送时间: 2023年11月27日(星期一) 晚上6:51 ***@***.***>; ***@***.******@***.***>; 主题: Re: [hyperledger/fabric-sdk-py] "Missing 'proposalResponses' parameter in transaction request" (Issue #162) 我的问题跟你的问题一样。但我是获取数据时报的这个错误。 — Reply to this email directly, view it on GitHub,...