`make_grid` doesn't exclude last images in python2 (#95)
In python2, calling `make_grid` won't display the last images if the number of images doesn't divide `nrow`. Int division... This should fix that!
Showing
Please register or sign in to comment