GithubHelp home page GithubHelp logo

re-implementing-mimo's Introduction

Re-implementing MIMO

Final project for DD2412 Deep Learning, Advanced Course at KTH Royal Institute of Technology, Stockholm.

Group members

Dependencies

  1. Tensorflow
  2. Numpy
  3. Robustness-metrics (source: https://github.com/google-research/robustness_metrics)
  4. Matplotlib
  5. Uncertainty Baselines (source: https://github.com/google/uncertainty-baselines)

Running Uncertainty-Baseline comparison tests

  1. Clone repository from https://github.com/google/uncertainty-baselines.git

  2. Place script "run-tests" in the root directory of the cloned repository

  3. Run command "chmod u+x run-tests" in that same directory

  4. Run tests in root directory using

    ./run-tests --dataset cifar100 --model batchensemble --gpu True --download True --cores 4 --requirements False --epochs 10
    

    The following parameters are currently provided: - dataset : "cifar100" or "cifar10"

     - model : "all" (will run all pre-defined models) or write a specific one (e.g. "batchensemble" or "dropout")
     - gpu : Boolean that represents whether the process will be ran using gpu or not
     - download: If set to True it will download the required dataset to a temporary directory
     - cores : Number of cores to be user
     - requirements: If set to True it will first and foremost install all necessary dependencies
     - epochs : Number of epochs to be performed
    

re-implementing-mimo's People

Contributors

jakobgto avatar diogorpinheiro avatar

Watchers

 avatar

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.