Skip to content

Commit fc040a1

Browse files
committed
update
1 parent a928d35 commit fc040a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_inference_merged_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def read_image(image: Image.Image):
8484

8585
output = session.run([output_name], {input_name: read_image(img)})
8686

87-
print(output[0])
87+
# print(output[0])
8888

8989
# Check the output
9090
output = torch.from_numpy(output[0])

0 commit comments

Comments
 (0)