scatter plot for test images(different color for different class) when used ImageDataGenerator(rescale=1./255).flow_from_directory

前端 未结 0 1715
时光取名叫无心
时光取名叫无心 2020-12-09 12:52

I have used the following code to fetch the images of 11 classes

data_flow = ImageDataGenerator(rescale=1./255).flow_from_directory(d1, 
                              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题