完整的tensorflow实现自己的首次分类 上传者:青山· 2020-09-19 23:19:50上传 GZ文件 6.46KB 热度 46次 这个是经过测试的,完整的tensorflow首次实现自己的图片分类的教程。 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2020-09-19 23:19:52 博主,我把你的3层全连接层改成三层全卷积,后收敛速度急剧下降,请问 reshape=tf.reshape(pool2,shape=[batch_size,-1]) dim=reshape.get_shape()[1].value weights=tf.Variable(tf.truncated_normal(shape=[dim,128],stddev=0.005,dtype=tf.float32), name='weights',dtype=tf 发表评论
博主,我把你的3层全连接层改成三层全卷积,后收敛速度急剧下降,请问 reshape=tf.reshape(pool2,shape=[batch_size,-1]) dim=reshape.get_shape()[1].value weights=tf.Variable(tf.truncated_normal(shape=[dim,128],stddev=0.005,dtype=tf.float32), name='weights',dtype=tf