this worked - I hope this is not the final answer: fig = subplots.make_subplots(rows=2, cols=5) for n, image in enumerate(X_train[:10]): ...
確定! 回上一頁