Giter Club home page Giter Club logo

imet2019-fgvc6's Introduction

iMet2019-FGVC6

To run this solution:

  1. put train/test files in the same file structure as required in kaggle kernels
  2. change variable MODEL_DIR to be the directory where you put se-resnext50 weights file
  3. change variable MODEL_NAME to be the name of se-resnext50 weights file
  4. run :)

LB journey:

model LB
Vgg16 with no augmentation 0.507
Resnet50 + aug 0.565
Se-resnext50 + aug + 288*288 + (bs==32) 0.593
Se-resnext50 + aug + 288*288 + (bs==64) 0.604
Se-resnext50 + aug + 288*288 + (bs==64) + TTA 0.615
Se-resnext50 + aug + 288*288 + (bs==64) + TTA + 5fold 0.635

What worked for me:

  • a good combination of learning rate and batch size.
  • larger image size
  • average prediction from multiple folds
  • test time augmentation

What didn't work for me:

  • Se-resnext101 + 288 + (bs==40): kind of interesting, my guess is that the batch size is too low.
  • focal loss: somehow my validation f2 score became unstable and could not converge better than that of BCE loss.
  • default Fastai Se-resnext50 structure.

imet2019-fgvc6's People

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.