Git Product home page Git Product logo

Comments (2)

baochunli avatar baochunli commented on July 26, 2024

Why is this a bug? It appears to me that this may be due to fact that the design of the HeteroFL itself is poor.

from plato.

dixiyao avatar dixiyao commented on July 26, 2024

@wangxm233 In the implementation of HeteroFL, it contains HeteroFL algorithm according to their paper including the statistical batch normalization. This example shows that statistical batch normalization is a poor design (e.g. may not converge) when the structures of sub models are randomly sampled.

On the other hand, in the example of FedRolex, where we give an example of removing the sBN module. You can disable the sBN module in the HeteroFL by set parameter parameters.model.track to false in the configuration file and annotate function weights_aggregated and clients_processed in heterofl_server.py or refer to the implementation in FedRolex where sBN module is disabled.

Additional Context

More time spent during mode aggregation is caused by the process of doing statistical batch normalization operations.

from plato.

Related Issues (20)

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.