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时显示lru包装不上 #20

Open ChanLee49 opened 2 years ago

ChanLee49 commented 2 years ago

image ![Uploading image.png…]()

iammcy commented 2 years ago

您好!你是按照了我们的readme的流程配置了相关的环境后还会出现这个问题吗?

ChanLee49 commented 1 year ago

是的

iammcy commented 1 year ago

有可能是官方提供的python-sdk的master分支和我们当时运行的不一样,你可以使用官方旧的分支试一下能不能解决,或者看看这链接的解决方案