Git Product home page Git Product logo

s9's Introduction

Session 9 - Assignment

Basic expectations

  • Architecture to C1C2C3C4O (No MaxPooling, but 3 convolutions, where the last one has a stride of 2 instead)
  • Use Dilated kernels here instead of MP or strided convolution for extra points
  • Total RF must be more than 44
  • One of the layers must use Depthwise Separable Convolution
  • One of the layers must use Dilated Convolution
  • use GAP (compulsory):- add FC after GAP to target #of classes (optional)
  • use albumentation library and apply:
    • horizontal flip
    • shiftScaleRotate
    • coarseDropout (max_holes = 1, max_height=16px, max_width=16, min_holes = 1, min_height=16px, min_width=16px, fill_value=(mean of your dataset), mask_fill_value = None)
  • = 85% accuracy

  • As many epochs as you want
  • <= 200k params

Results:

  • Epochs: 56
  • Parameters: 160,504
  • Receptive Field: 247
  • Dropout Rate: 0.05
  • Training Batch size: 64
  • Testing Batch size: 128
  • Training
    • Loss=0.5310
    • Accuracy=81.53%
  • Testing
    • Average loss: 0.4444
    • Accuracy: 8506/10000 (85.06%)

To be provided

  • Model code
  • Torch Summary
  • Albumentations code
  • Training log
  • README.md link

s9's People

Contributors

chintanshahds 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.