From bbd56a35a3fc1c23e0e7c181c5a3d6f9f0db3397 Mon Sep 17 00:00:00 2001 From: Kyle McDonald Date: Sun, 4 Aug 2019 15:09:40 -0700 Subject: [PATCH] tensorflow streaming typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 4ec816e..f30c59f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -161,7 +161,7 @@ while True: out_frame = deep_dream.process_frame(in_frame) process2.stdin.write( - in_frame + out_frame .astype(np.uint8) .tobytes() )