Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tensorflow streaming typo
  • Loading branch information
kylemcdonald authored Aug 4, 2019
commit bbd56a35a3fc1c23e0e7c181c5a3d6f9f0db3397
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
Expand Down