We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a928d35 commit fc040a1Copy full SHA for fc040a1
08_inference_merged_model.py
@@ -84,7 +84,7 @@ def read_image(image: Image.Image):
84
85
output = session.run([output_name], {input_name: read_image(img)})
86
87
-print(output[0])
+# print(output[0])
88
89
# Check the output
90
output = torch.from_numpy(output[0])
0 commit comments