Git Product home page Git Product logo

bupt-dr2's Introduction

0. Environment

  • Intel I7-7655K, 32G DDR4, Nvidia Titan X
  • Xubuntu 16.04.1, CUDA 8.0, cudnn 5.1

1. Install the following components

  • python 2.7
  • numpy
  • scipy
  • pandas
  • matplotlib
  • scikit-learn
  • pillow
  • tensorflow
  • keras
  • h5py
  • pydot

2. Folder structure

├── data
│   ├── raw
│   ├── test
│       └── test
├── features
├── logs
├── models
├── submitions
├── utils
├── weights
├── submit.py
└── train.py

2. Download model weight files to 'weights/imagenet'

3. Download kaggle compitition data

4. Train single models and get results

  • Run 'python train.py -m [inception|resnet50|xception]' to get transform learning model
  • Run 'python finetune.py -m [inception|resnet50|xception]' to fine tune model
  • All model weight files are in the folder 'weights'
  • Run 'python submit.py -m [inception|resnet50|xception]' to get submition
  • All submitions are in the folder 'submitions'

5. Train blend model and get results

  • Run 'python blend.py -m xception resnet50 inception' to get blend result with validation
  • Run 'python blend.py -m xception resnet50 inception -a true' to get blend result without validation

bupt-dr2's People

Contributors

terrypang avatar

Stargazers

Mr Albedo avatar

Watchers

 avatar  avatar

bupt-dr2's Issues

about bug

Hello professor, I see you have two codes.One bupt-dr and the other bupt-dr2, can you tell me the connection between the two?How can I implement the results of your paper?

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.