-
Notifications
You must be signed in to change notification settings - Fork 3
Add Vision Transformer as alternative to Res Net #67
Copy link
Copy link
Open
Labels
R&DA task that needs research or investigation to make a better informed.A task that needs research or investigation to make a better informed.complexNeeds significant technical understanding to address.Needs significant technical understanding to address.documentationNeeds improvements or additions to documentationNeeds improvements or additions to documentation
Metadata
Metadata
Assignees
Labels
R&DA task that needs research or investigation to make a better informed.A task that needs research or investigation to make a better informed.complexNeeds significant technical understanding to address.Needs significant technical understanding to address.documentationNeeds improvements or additions to documentationNeeds improvements or additions to documentation
Type
Projects
Status
Backlog
Summary
Currently the representation network is modelled as a ResNet. It would be interesting to see if we could get better model performance or faster more efficient training by using a Vision Transformer, as in recent years the Vision Transformer has proved to be a more popular alternative to ResNet.
Implementation Notes
Share any technical ideas, code, or pseudocode:
# Example or pseudocodeAdditional Context
Add links, screenshots, or other relevant info.
Acceptance Criteria