Skip to content

Commit

Permalink
refactor(executor): fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
anish2197 committed Jun 26, 2020
1 parent 58e9920 commit 02e02dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jina/executors/encoders/image/customtfkeras.py
Expand Up @@ -15,6 +15,8 @@ class CustomImageKerasEncoder(BaseCVTFEncoder):
Internally, :class:`CustomImageKerasEncoder` wraps any custom tf.keras model not part of models from `tensorflow.keras.applications`.
https://www.tensorflow.org/api_docs/python/tf/keras/applications
"""

def __init__(self, model_path: str, layer_name: str, *args, **kwargs):

"""
:param model_path: the path where the model is stored.
Expand Down

0 comments on commit 02e02dc

Please sign in to comment.