Closed zhihuat closed 2 months ago
Just a reminder, there might be a typo in show.pynb: make_image_grid([clean_image, bad_pipe], rows=1, cols=2). Should bad_pipe be bad_image?
show.pynb
make_image_grid([clean_image, bad_pipe], rows=1, cols=2)
bad_pipe
bad_image
Thanks for the reminder! I've fixed it. You can check the changes in commit f637cc324dfb21dc74b33de9a5ddb12e3e549b1b.
Just a reminder, there might be a typo in
show.pynb
:make_image_grid([clean_image, bad_pipe], rows=1, cols=2)
. Shouldbad_pipe
bebad_image
?