Coder Social home page Coder Social logo

petfinder's Introduction

PetFinder

  1. PetFinder train1とPetFinder No.1 inference(version 1/1) score 18.40795
  • model_name = 'swin_tiny_patch4_window7_224'
  • 学習データをファランクスのディスカッションにある切り取り済みで学習させた画像でした。
  • AugmentationはResize、HueSaturationValue、RandomBrightnessContrast、Normalize。これをベースとして考える。
  • これ以降notebookはこの命名 PetFinder udon train? ・ PetFinder udon inference? でいく
  1. score 18.29082
  • model_name = 'swin_base_patch4_window7_224'
  • 以降、1個目とモデルと値同じ
  • モデルはlarge > base > tinyで良くなる
  • 次はAugmentationをして改善する 17.台を出したい。
  1. score 18.15736
  • albumentations.RandomResizedCrop
  • albumentations.VerticalFlip(p=0.5), albumentations.HorizontalFlip(p=0.5)を追加した。
  1. score 18.16859
  • albumentations.augmentations.geometric.transforms.ShiftScaleRotate(p=0.5)を追加した。
  1. CVscore 17.958034841337227 PBscore 18.13956
  • mixupのlamdaをベータ関数のものから0.2に変更した。
  • 条件はモデル3と同じ(モデル4のアフィン変換を不採用)

petfinder's People

Contributors

poponzu avatar soule50431 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.