Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 241 Bytes

Weather Classification

'weather-classification-cnn.ipynb' is from kaggle.com

Run

  1. 训练模型,使用 train.py
  2. 测试模型,使用 predict.py,并用 notebooks/eval.ipynb 进行分析
  3. 运行算法服务器,使用 main.py