iammcy / BFLC-demo

This project proposes a decentralized federated learning framework based on blockchain, that is, a Block-chain-based Federated Learning framework with Committee consensus (BFLC). Without a centralized server, the framework uses blockchain for the global model storage and the local model update exchange.
MIT License
103 stars 24 forks source link

运行main.py时发生的错误 #53

Open Dynames-SAGA opened 1 month ago

Dynames-SAGA commented 1 month ago

f111f25d-3566-4fa8-8f03-ca7ab9775013 每个节点注册都完成了,但是一直报这个OverflowError: Python int too large to convert to C ssize_t

hhthe1 commented 1 month ago

f111f25d-3566-4fa8-8f03-ca7ab9775013 每个节点注册都完成了,但是一直报这个OverflowError: Python int too large to convert to C ssize_t

您好,我这里也遇到了同样的问题,请问您解决了嘛