GitHunt
LI

lin-honghui/tianchi_CountyAgriculturalBrain_top1

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

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号馆

Languages

Python93.3%Jupyter Notebook3.8%Shell2.8%

Contributors

Created October 18, 2019
Updated January 15, 2026
lin-honghui/tianchi_CountyAgriculturalBrain_top1 | GitHunt