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

Add MedCLIP Model for Zero-shot Inference #193

Draft
wants to merge 7 commits into
base: zhenbang/f-image_text_support
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'zhenbang/f-image_text_support' into zijian_image_classi…
…fication
  • Loading branch information
wuzijian1997 committed Jul 26, 2023
commit 5b66530d5415932c1383e5c34bea58fe9e0f278e
6 changes: 3 additions & 3 deletions pyhealth/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
from .stagenet import StageNet, StageNetLayer
from .tcn import TCN, TCNLayer
from .molerec import MoleRec, MoleRecLayer
from .resnet import ResNet
from .huggingface import HuggingfaceAutoModel
from .medclip_zeroshot import *
from .medclip_zeroshot import *
from .torchvision_model import TorchvisionModel
from .transformers_model import TransformersModel
You are viewing a condensed version of this merge commit. You can view the full changes here.