Unverified Commit 84c640b2 authored by Ashley Xiao's avatar Ashley Xiao Committed by GitHub
Browse files

Small typo fixes to the tutorial. (#8153)

parent a9eaf98e
......@@ -439,7 +439,7 @@
"id": "Q8u3BjpMJXZF"
},
"source": [
"And retuns several outputs:"
"And returns several outputs:"
]
},
{
......@@ -597,7 +597,7 @@
"outputs": [],
"source": [
"model_name = \"mask_rcnn_inception_resnet_v2_atrous_coco_2018_01_28\"\n",
"masking_model = load_model(\"mask_rcnn_inception_resnet_v2_atrous_coco_2018_01_28\")"
"masking_model = load_model(model_name)"
]
},
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment