__len__ so that len(dataset) returns the size of the dataset. ... ax = plt.subplot(1, 4, i + 1) plt.tight_layout() ax.set_title('Sample #{}'.format(i)) ...
確定! 回上一頁