You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show_grid and draw_grid in version 0.4.0 are incompatible at the moment. draw_grid creates a single image of shape (H,W,3). show_grid expects (N,H,W,3) ndarray or iterable of (H,W,3) array.
Current fix is to just use imshow instead of show_grid.
The text was updated successfully, but these errors were encountered:
show_grid and draw_grid in version 0.4.0 are incompatible at the moment. draw_grid creates a single image of shape (H,W,3). show_grid expects (N,H,W,3) ndarray or iterable of (H,W,3) array.
Current fix is to just use imshow instead of show_grid.
The text was updated successfully, but these errors were encountered: