Giter Site home page Giter Site logo

tommoral / dicod Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 1.0 497 KB

Experiments for ICML paper DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding, ICML 2018, T. Moreau, L. Oudre, N. Vayatis.

Python 62.53% C++ 32.08% C 4.54% Makefile 0.56% Shell 0.29%
convolutional-sparse-coding distributed-computing openmpi coordinate-descent

dicod's Introduction

This package is still under development. If you have any trouble running this code, please contact [email protected]

DICOD Build Status

Package to run the experiments for the ICML paper DICOD: Distributed Convolutional Coordinate Descent for Convolutional Sparse Coding, ICML 2018, T. Moreau, L. Oudre, N. Vayatis.

Requirements

All the tests were done with python3.4. This package depends on the python library numpy, matplotlib, scipy, mpi4py, joblib and the libraries openMPI and fftw3. They can be installed with

sudo apt install libopenmpi-dev fftw-dev
pip install numpy matplotlib scipy mpi4py joblib

To install the package, first build it with the utility script ./build and then run pip install -e .

Usage

Figure 2 can be generated using

$ python main_dicod.py --met -K 25 -T 600 --timeout 7200 -d 10 --njobs 60 --hostfile hostfile --exp results

where hostfile is the configuration for the spawning of MPI processes.

host1 slots=32
host2 slots=8
...

Then the figures can be plotted using

$ python plot_dicod.py --met --dir save_exp/results

dicod's People

Contributors

tommoral avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

biubiubiu216

dicod's Issues

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.