ElvisShaoYumeng / BLADE-FL

The code for the paper "Blockchain Assisted Decentralized Federated Learning (BLADE-FL): Performance Analysis and Resource Allocation"
28 stars 1 forks source link

BlockChain #1

Open RainbowPillow opened 3 years ago

RainbowPillow commented 3 years ago

Thanks for sharing your work. I am wondering that how the blockchain is integrated to federated learning. I did not find it from your code.

ElvisShaoYumeng commented 3 years ago

Thanks for looking up our code. 

We have regarded the the mining difficulty of blockchain as a delay in our code, as the parameter "args.bc_difficulty".

The delay can be generated by the blockchain networks, e.g., Bitcoin with around 10min.      ------------------ Original ------------------ From: @.>; Date:  Wed, Oct 27, 2021 04:51 AM To: @.>; Cc: @.***>; Subject:  [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)

 

Thanks for sharing your work. I am wondering that how the blockchain is integrated to federated learning. I did not find it from your code.

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

RainbowPillow commented 3 years ago

Thanks for your quick reply. Unfortunately, I did not search any parameters named "args.bc_difficulty". Is it not in the Options file.

ElvisShaoYumeng commented 3 years ago

It is in the main file.

The implementation of blockchain is related to our work with resources allocation. The work in under major revision. We will upload the paper when it is accepted.

You may get a better understandings from our paper.      ------------------ Original ------------------ From: @.>; Date:  Wed, Oct 27, 2021 02:59 PM To: @.>; Cc: @.>; @.>; Subject:  Re: [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)

 

Thanks for your quick reply. Unfortunately, I did not search any parameters named "args.bc_difficulty". Is it not in the Options file.

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

RainbowPillow commented 3 years ago

Got it. I have downloaded your paper from Arxiv. https://arxiv.org/pdf/2101.06905.pdf

Your code runs successfully. My understanding is that all of the codes have been uploaded except the Blockchain. This part will be uploaded as long as your paper is accepted. Is it correct?

Good luck with your paper acceptance.

ElvisShaoYumeng commented 3 years ago

Correct. 

Thanks for your attention to our work.      ------------------ Original ------------------ From: @.>; Date:  Wed, Oct 27, 2021 03:27 PM To: @.>; Cc: @.>; @.>; Subject:  Re: [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)

 

Got it. I have downloaded your paper from Arxiv. https://arxiv.org/pdf/2101.06905.pdf

Your code runs successfully. My understanding is that all of the codes have been uploaded except the Blockchain. This part will be uploaded as long as your paper is accepted. Is it correct?

Good luck with your paper acceptance.

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