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 resnet to models.init
  • Loading branch information
zzachw committed Jun 17, 2023
commit 8f13af145d8b76ce324bf82d43478c028b102621
1 change: 1 addition & 0 deletions pyhealth/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
from .stagenet import StageNet, StageNetLayer
from .tcn import TCN, TCNLayer
from .molerec import MoleRec, MoleRecLayer
from .resnet import ResNet