Skip to content

lin-honghui/tianchi_CountyAgriculturalBrain_top1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tianchi_CountyAgriculturalBrain_top1

天池 2019县域农业大脑AI挑战赛 1/1520 冠军

0. 环境

conda env create -f env.yaml
conda activate pytorch

1. 数据预处理

sh prepare.sh

2. 代码目录

.
├── checkpoints     (保存训练过程权重)
├── configs         (配置文件)
├── exp             (推理结果保存)
├── jupyter
├── log
├── src
│   ├── data
│   ├── engine
│   ├── model
│   ├── solver
│   ├── tools
│   └── utils
├── prepare.sh
├── inference.sh
├── train.sh
└── README.md

3. 算法说明

详细方案请见 zhihu

线上demo 天池7号馆