Home

Awesome

Requirement

Main requirement:

If you miss any package, please install it by: pip install missing_package

Data split

Change following parameters:

Run:
python split_data_top.py
Output:
There are 340 csv files of train and valid are saved at your split_csv. Each csv file has nrows data.

Run model

Predict model

Predict dataset for cleaning

Clean data

In this file, change following parameter correct to your environment

Make submission

python make_submission.py

Make sure you change correct log_dir in make_submission.py

How to resume

Define the resume in train.yml and Run model again. Usually, we will resume from checkpoint.best.pth.tar in the logs folder.

Supported architectures and models

From torchvision package:

From Pretrained models for PyTorch package: