Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

ihoromi4/bengali-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle Bengali.AI Competition Experiments & Utils

Install

There is no PyPI repo. Install from github:

pip install -U git+https://github.com/ihoromi4/bengali-ai.git

Dependencies

  • pytorch
  • torchvision
  • pretrainedmodels
  • catalyst
  • albumentations
  • efficientnet_pytorch
  • iterative-stratification
  • wandb

Attention

I used W&B service for logging and experiment analysis. So you need W&B account to run experiments.

Usage

  1. Download competition dataset (bash):
pip install kaggle
kaggle competitions download -c bengaliai-cv19
unzip -u bengaliai-cv19.zip
  1. Run experiment (python):
from bengaliai.experiments.seresnext50_deephead import experiment

experiment.run(check=False)

About

Kaggle Bengali AI Competition Utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages