Giter Site home page Giter Site logo

f2ba's Introduction

F2BA

Codes are adapted from BOME, which is published in NeurIPS 2022.

Single-Machine Data Hyper-Cleaning

To reproduce our experiment results, first generate the data by running

python -u data_cleaning.py --pretrain 0

Then run

cd ./single_machine
python -u Run_MNIST.py
python -u Run_Fashion.py

To plot the figure, further run

python -u plot2fig.py

Distributed Learnnnable Regularization

To reproduce our experiment results, please download the dataset l2reg.pt at this link and put it under the data folder specified in args.data_path in distributed/l2reg.py.

You can also generate l2reg.pt by setting args.pretrain=True in distributed/l2reg.py.

Then run

cd ./distributed
python -u l2reg.py --alg F2BA
python -u l2reg.py --alg AID
python -u l2reg.py --alg ITD

And you can find the training logs in the folder args.log.

To plot the figure, further run

python -u plot2fig.py

Note that our training logs are also stored as arrays in the file plot2fig.py. You should change it to your own logs to plot the figure.

f2ba's People

Contributors

truenobility303 avatar

Watchers

 avatar

Forkers

zhqwqwq

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.