Skip to content

Fast-AI-Code/ageFromFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Age prediction from faces

Networks (Results)

  • resnet34 pretrained + adamW+ wd = 1e-3, MSEflat
    • 6.671485 (mae)
  • resnet50 pretrained + adamW+ wd = 1e-3, MSEflat
    • a little worse somehow :/
  • resnet50 pretrained + adamW+ wd = 1e-3, L1flat (smooth L1)
    • works but not that great

Conclusion

  • adamW, mse is great combo
  • bigger networks could overfit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published