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
update torchvision model
  • Loading branch information
zzachw committed Jun 23, 2023
commit 8055fef173ba1be7706ecdacfedbfe8b91dbb52e
4 changes: 2 additions & 2 deletions pyhealth/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
from .stagenet import StageNet, StageNetLayer
from .tcn import TCN, TCNLayer
from .molerec import MoleRec, MoleRecLayer
from .resnet import ResNet
from .huggingface import HuggingfaceAutoModel
from .torchvision_model import TorchvisionModel
from .transformers_model import TransformersModel
214 changes: 0 additions & 214 deletions pyhealth/models/torchvision_classif.py

This file was deleted.

Loading