摘要: from tensorflow.keras.layers import Flatten,Dense,Dropout,Input from tensorflow.keras.applications import VGG16 import matplotlib.pyplot as plt from t 阅读全文
posted @ 2021-05-13 13:01 会发光的眸子 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 自制的数据文件夹是这个样子 有三个文件夹,每个文件夹内都是相同的构造 from tensorflow.keras import layers, models, Model, Sequential import tensorflow as tf import os import json import 阅读全文
posted @ 2021-05-13 12:58 会发光的眸子 阅读(192) 评论(0) 推荐(0) 编辑
摘要: from tensorflow.keras import layers, models, Model, Sequential import tensorflow as tf import os import json import matplotlib.pyplot as plt import cs 阅读全文
posted @ 2021-05-13 12:51 会发光的眸子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 爬取长春火锅店的数据的程序 阅读全文
posted @ 2021-04-11 14:57 会发光的眸子 阅读(1087) 评论(0) 推荐(0) 编辑