Skip to content

This is an implementation of the fastai part1 v2 course in Keras

ShiangYong/fastaiv2keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastaiv2keras

This is an implementation of the fastai part1 v2 course in Keras lesson1 and lesson1-finetune2 jupyter notebooks go through the dogs and cats dataset

  • lesson1 uses a finetune function that simply freezes early layers and makes the fc layer output predictions for 2 classes
  • lesson1-finetune2 uses finetune2 function. It does a little more trickery to enhance the model. Note: that our function to find the optimal learning rate (LR_FIND) does not seem to work quite as well when we use finetune2.

About

This is an implementation of the fastai part1 v2 course in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • Python 8.7%