摘要: 正常上课之后了解了深度学习中容易出现的问题。写完了上课的时候老师布置的作业。 检查了一下自己flask项目的运行情况。 阅读全文
posted @ 2021-03-03 22:42 喜欢爬的孩子 阅读(38) 评论(0) 推荐(0)
摘要: import tensorflow as tf import glob import pandas as pd import numpy as np # 1)读取图片数据filename -> 标签值 def read_picture(): tf.compat.v1.disable_eager_ex 阅读全文
posted @ 2021-03-03 08:15 喜欢爬的孩子 阅读(175) 评论(0) 推荐(0)