Git Product home page Git Product logo

Comments (6)

alxnls avatar alxnls commented on June 30, 2024

Same issue with "super(fedlearnCNN, self).init()", the class fedlearnCNN can not be found.

from federated-learning.

meiyuan666 avatar meiyuan666 commented on June 30, 2024

Hello, can you experiment with STC? When ''compression'' is set to ["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}] in the file of federated_learning.json , the program encountered the error as shown below:
image

from federated-learning.

ybhdsb avatar ybhdsb commented on June 30, 2024

image

from federated-learning.

ffhibnese avatar ffhibnese commented on June 30, 2024

Hello, can you experiment with STC? When ''compression'' is set to ["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}] in the file of federated_learning.json , the program encountered the error as shown below: image

I came into the same problem as you did. I solved it through replacing "["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]" with "[["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]]" after reading the source code. More specifically, this is caused by the wrong format of key of the attibute "compression" introduced in the guidance.

from federated-learning.

pythonloveing avatar pythonloveing commented on June 30, 2024

Hello, can you experiment with STC? When ''compression'' is set to ["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}] in the file of federated_learning.json , the program encountered the error as shown below: image

I came into the same problem as you did. I solved it through replacing "["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]" with "[["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]]" after reading the source code. More specifically, this is caused by the wrong format of key of the attibute "compression" introduced in the guidance.

Hello, Hello, May I ask, have you reproduced the experimental results on cifar10 mentioned in the paper? If so, I hope you can tell me what parameters you set. I tried to run the experiment with the parameters mentioned in the paper, but did not get the excellent results given in the paper.

from federated-learning.

ffhibnese avatar ffhibnese commented on June 30, 2024

Hello, can you experiment with STC? When ''compression'' is set to ["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}] in the file of federated_learning.json , the program encountered the error as shown below: image

I came into the same problem as you did. I solved it through replacing "["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]" with "[["stc_updown", {"p_up" : 0.0025, "p_down" : 0.0025}]]" after reading the source code. More specifically, this is caused by the wrong format of key of the attibute "compression" introduced in the guidance.

Hello, Hello, May I ask, have you reproduced the experimental results on cifar10 mentioned in the paper? If so, I hope you can tell me what parameters you set. I tried to run the experiment with the parameters mentioned in the paper, but did not get the excellent results given in the paper.

Sorry, I don't work on this topic now. As far as I recall, I reproduce the experiment with the hyper-parameters as the paper describes, which gives results close to the paper.

from federated-learning.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.