Skip to content

ArgoHA/two_headed_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

two_headed_classifier

This is an example of a two headed classifier use case (PyTorch, Computer Vision).

In the real world tasks you often have constrains like:

  • Inference speed
  • Size of the model
  • Exportability to mobile
  • Amount of models per task (use less if possible, but without accuraccy loss)

In this case I had 2 close tasks, but one of them was more important, so it was useful to have a two-headed model. Read more here.

About

This is an example of a two headed classifier use case (PyTorch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages