EmbraceLife / shendusuipian

To know stats by heart
286 stars 70 forks source link

Image classification transfer learning workflow #108

Open EmbraceLife opened 5 years ago

EmbraceLife commented 5 years ago

Image classification transfer learning workflow

1. download dataset
2. create DataBunch
3. see your data
4. create CNN with pretrained model
5. fit the model with one-cycle-learning
6. see how your model doing
7. tweak and improve the workflow above
    * choose the appropriate epochs number
    * training the full model with appropriate learning rate
    * use more layers
    * data augmentation

目录 fastai DL workflow #63