Commit ebd0bb3a authored by Cagri Eryilmaz's avatar Cagri Eryilmaz
Browse files

consistency of print statements

parent be6e7e9f
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
"source": [ "source": [
"mask = model.run({'inputs':input_im}) # Your first inference would take longer than the following ones.\n", "mask = model.run({'inputs':input_im}) # Your first inference would take longer than the following ones.\n",
"output_mask = np.array(mask[0])\n", "output_mask = np.array(mask[0])\n",
"output_mask.shape" "print(output_mask.shape)"
] ]
}, },
{ {
......
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