Skip to content

Commit

Permalink
Update default model name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony607 committed Feb 20, 2019
1 parent a2a7d99 commit 5977f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_object_detection_training_colab.ipynb
Expand Up @@ -85,7 +85,7 @@
"\n",
"# Pick the model you want to use\n",
"# Select a model in `MODELS_CONFIG`.\n",
"selected_model = 'rfcn_resnet101'\n",
"selected_model = 'ssd_mobilenet_v2'\n",
"\n",
"# Name of the object detection model to use.\n",
"MODEL = MODELS_CONFIG[selected_model]['model_name']\n",
Expand Down

0 comments on commit 5977f5a

Please sign in to comment.