Skip to content

Fast-AI-Code/architectureClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Architecture class

  • Architectural style classification
  • Link

Networks (Results)

  • resnet34 pretrained , adamw, mixup
    • baaaad
  • resnet34 not pretrained , adamw + wd
    • 86.1% but overfitting
  • resnet34 not pretrained , adamw + wd +mixup
    • overfitting to some other level only
  • xresnet34 not pretrained , adamw + wd
    • overfitting ):
    • 91%
  • xresnet34 not pretrained , adamw + wd+mixup
    • underfitting ):
  • resnet50 pretrained , adamw + wd+oversampling
    • not particularly great tbh
  • efficientnet
    • this the bomb

Conclusion

- xresnet is beauty
- Bruh efficient net
- DONT FORGET TO CHECK CLASS DISTRIBUTION!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published