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

求解答 #10

Closed Wit199 closed 3 years ago

Wit199 commented 3 years ago

老哥好,我这在执行编译的make -j4,下载成功后出错,不知道是什么意思,求解答 /usr/bin/ld.gold:错误: cannot find -l... collect2: error: ld returned 1 exit status make[2]: [fisco-bcos/main/CMakeFiles/fisco-bcos.dir/build.make:150:bin/fisco-bcos] 错误 1 make[1]: [CMakeFiles/Makefile2:2225:fisco-bcos/main/CMakeFiles/fisco-bcos.dir/all] 错误 2 make: *** [Makefile:130:all] 错误 2

iammcy commented 3 years ago

这个问题的解答请参考一下这个回复https://github.com/iammcy/BFLC-demo/issues/1#issuecomment-850952621 可通过Email:iammcy@foxmail.com 联系

Wit199 commented 3 years ago

这个结果可以在 {fisco_dir}/nodes/127.0.0.1/node{i}/nohup.out 日志文件中查看,可以利用 tail命令实时查看打印的日志。{fisco_dir}表示之前下载 build_chain.sh 时新建的目录路径,node{i}表示要查看第几个节点的日志,若要查看第0个节点的日志,则文件具体路径应该为 {fisco_dir}/nodes/127.0.0.1/node0/nohup.out

请问大佬,这个是怎么看的这个图片的,是需要下载什么东西吗? 我看有人提问这个问题,您是这么回答的,我按着这个路径的文件,打开可以看到单个节点的。 不知道这个图片应该怎么看,输入tail命令的时候,是需要打开另一个窗口查看吗,具体是什么啊,求解答。 感谢

---原始邮件--- 发件人: @.> 发送时间: 2021年10月28日(周四) 晚上9:18 收件人: @.>; 抄送: @.**@.>; 主题: Re: [iammcy/BFLC-demo] 求解答 (Issue #10)

这个问题的解答请参考一下这个回复#1 (comment) @.*** 联系

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

iammcy commented 3 years ago

就是打开终端窗口,用tail -f {fisco_dir}/nodes/127.0.0.1/node0/nohup.out查看,我这里使用vscode ide编辑的,所以只是为了更好展示,在ide分割了几个终端查看。 也可以直接按路径打开单个节点的nohup.out文件查看