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

Core structure updates: image and text featurizer #172

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
add huggingfaceautomodel to models.init
  • Loading branch information
zzachw committed Jun 17, 2023
commit f29022edac7b88e5c0e473b4693f28f77ea5a66f
1 change: 1 addition & 0 deletions pyhealth/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
from .tcn import TCN, TCNLayer
from .molerec import MoleRec, MoleRecLayer
from .resnet import ResNet
from .huggingface import HuggingfaceAutoModel