Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Aug 6, 2019
2 parents 23d54ca + a2da377 commit 674131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ pip install git+https://github.com/qubvel/classification_models.git
from classification_models.keras import Classifiers

# for tensorflow.keras
# from classification_models.tfkeras import TFClassifiers as Classifiers
# from classification_models.tfkeras import Classifiers

ResNet18, preprocess_input = Classifiers.get('resnet18')
model = ResNet18((224, 224, 3), weights='imagenet')
Expand Down

0 comments on commit 674131d

Please sign in to comment.