GithubHelp home page GithubHelp logo

coupled_ensembles's Introduction

Code and models for Coupled Ensembles of Neural Networks

  @article{dutt2017coupledEnsembles,
    title={Coupled Ensembles of Neural Networks},
    author={Dutt, Anuvabh and Pellerin, Denis and Qu{\'}enot, Georges},
    booktitile={International Conference on Learning Representations},
    year={2018},
    url={https://openreview.net/forum?id=Hk2MHt-3-},
  }
# The options for training can be specified in config.yaml.
# Refer to the file for an example. It shows how to train a 
# a couple ensemble with `E` branches, with a basic block 
# of DenseNet-BC depth=100, growthRate=12

python train_model.py --configFile config.yaml

The models folder contains the architecture definitions. To experiment with other architectures, add a the model definition in that folder.

coupled_ensembles's People

Contributors

vabh avatar

Stargazers

Ninnart Fuengfusin avatar Rémi Ratajczak avatar  avatar Alexandre Bérard avatar Queequeg avatar Yuchao Jin avatar 爱可可-爱生活 avatar  avatar Zhun Zhong avatar

Watchers

James Cloos avatar  avatar  avatar Peter A. I. Forsyth avatar

coupled_ensembles's Issues

'out of memory' error

There is a 'out of memory' error, when the program run. I find this error occurs in the function CoupledEnsemble.forward(). When the code ( out = nn.LogSoftmax()(self.nets0) ) runs once, the memory of GPU will increase to 6879M. When this code is executed for the second time, the error will occur. What is the reason?

RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-bld/pytorch_1513368888240/work/torch/lib/THC/generic/THCStorage.cu:58

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.