Git Product home page Git Product logo

cha17's Introduction

Dependencies

  • 8GB GPU for training. 4GB GPU for evaluation.
  • CUDA & Nvidia driver (download & install: https://developer.nvidia.com/cuda-downloads)
  • CuDNN (download & install: https://developer.nvidia.com/cudnn)
  • Prerequisites (sudo apt-get install -y gcc g++ gfortran build-essential git wget libopenblas-dev python-dev python-pip python-nose python-numpy python-scipy x264 ffmpeg)
  • Theano (sudo pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git@5159a6b3cc2875f90e86449e5b3914f7bcb76452)
  • Lasagne (sudo pip install --upgrade --no-deps git+git://github.com/Lasagne/Lasagne.git)
  • bcolz (sudo pip install bcolz)
  • moviepy (sudo pip install moviepy)
  • OpenCV (install: https://github.com/jayrambhia/Install-OpenCV)

Setup paths

Set your custom paths in paths.py.

Preprocessing the data

This takes more or less 150GB.

python scripts/videos_prep.py

Training the model

This is not required as the pretrained models are included.

THEANO_FLAGS=device=gpu python train.py --jobs=4 --config=models/3drnn_sep2d_elu_nod_mlr.py

Generating predictions + submission

THEANO_FLAGS=device=gpu python predict.py --set=test --meta=metadata/3drnn_sep2d_elu_nod_mlr-hond-20170620-115014.pkl

python submission.py --set=test --meta=metadata/3drnn_sep2d_elu_nod_mlr-hond-20170620-115014.pkl

Replace "test" to "valid" to make a submission file for the validation set. If the models are retrained, replace the metadata files to the new ones.

cha17's People

Contributors

lpigou avatar

Watchers

James Cloos 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.