這也會是我們之後再做資料處理後,會使用的視覺化方式。 def plot_dataset(dataset, num=5): plt.figure(figsize=(15, 15)) plot_index = 0 for image, label in dataset ...
確定! 回上一頁