Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
ebd0bb3a
Commit
ebd0bb3a
authored
Jul 26, 2021
by
Cagri Eryilmaz
Browse files
consistency of print statements
parent
be6e7e9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/python_unet/unet_inference.ipynb
examples/python_unet/unet_inference.ipynb
+1
-1
No files found.
examples/python_unet/unet_inference.ipynb
View file @
ebd0bb3a
...
@@ -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
)
"
]
]
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment