Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🆕 Integrate Foundation Models Available VIA timm: UNI, Virchow, Hibou, H-optimus-0 #856

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    5bf228f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc3424 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. inherit TimmBackbone from CNNBackbone

    allows to reuse the `infer_batch` method of `CNNBackbone`
    GeorgeBatch committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f1ec821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d823c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7aa3ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    934bd9a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review: prov-gigapath version of timm

    - remove explicit assert statement for `timm` version
    - add `timm` version into in if statement for prov-gigapath
    - add comment about `timm` version for timm-based models
    
    Co-authored-by: Shan E Ahmed Raza <13048456+shaneahmed@users.noreply.github.com>
    GeorgeBatch and shaneahmed committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c4bbb40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9a47f View commit details
    Browse the repository at this point in the history
  4. remove explicit assert statement re prov-gigapath version of timm

    was not removed while accepting suggested changes
    GeorgeBatch committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6ec9ca1 View commit details
    Browse the repository at this point in the history