Skip to content

Commit

Permalink
Switch from MobileNet to CLIP
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Jan 21, 2021
1 parent d8df4c2 commit 7045723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)


def get_my_model_of_choice(choice_index=0):
def get_my_model_of_choice(choice_index=-1):
available_models = [get_model_slug_for_keras(), get_model_slug_for_clip()]

# The following line is where you can switch between Keras' MobileNet and OpenAI's CLIP:
Expand Down

0 comments on commit 7045723

Please sign in to comment.