ValueError: Attempt to convert a value (None) with an unsupported type (<class ‘NoneType‘>) to a Ten

这个问题我找了很多答案:我这边有用的方法是from keras import layers x=layers.Flatten()(pre_train_model.output)

我是直接下载了keras的包,我试了tf.python.layers和tf.keras.layers都没有用在我这里

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
帮我补充这段代码<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>外卖订餐网站首页</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <header> <div class="logo"> <img src="logo.png" alt="网站Logo"> </div> <nav> <ul> <li><a href="#">首页</a></li> <li><a href="#">菜单</a></li> <li><a href="#">关于我们</a></li> <li><a href="#">联系我们</a></li> </ul> </nav> </header> <div class="banner"> <img src="banner.jpg" alt="轮播图"> </div> <section class="featured-dishes"> <h2>推荐菜品</h2> <ul> <li> <img src="dish1.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥50</span> </li> <li> <img src="dish2.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥60</span> </li> <li> <img src="dish3.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥70</span> </li> </ul> </section> <section class="order-form"> <h2>下单</h2> <form> <label for="name">姓名</label> <input type="text" id="name"> <label for="phone">电话</label> <input type="tel" id="phone"> <label for="address">地址</label> <input type="text" id="address"> <label for="dish">菜品</label> <select id="dish"> <option value="1">菜品1</option> <option value="2">菜品2</option> <option value="3">菜品3</option> </select> <button type="submit">提交订单</button> </form> </section> <footer> <p>©2021 外卖订餐网站. All Rights Reserved.</p> </footer> </body> </html>添加左边导航栏和广告浮动窗口,请给我html和css的源代码
06-02
以下是添加左边导航栏和广告浮动窗口的 HTML 和 CSS 源代码: HTML 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>外卖订餐网站首页</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <header> <div class="logo"> <img src="logo.png" alt="网站Logo"> </div> <nav> <ul> <li><a href="#">首页</a></li> <li><a href="#">菜单</a></li> <li><a href="#">关于我们</a></li> <li><a href="#">联系我们</a></li> </ul> </nav> <div class="left-nav"> <ul> <li><a href="#">热销</a></li> <li><a href="#">折扣</a></li> <li><a href="#">新品</a></li> </ul> </div> </header> <div class="banner"> <img src="banner.jpg" alt="轮播图"> </div> <section class="featured-dishes"> <h2>推荐菜品</h2> <ul> <li> <img src="dish1.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥50</span> </li> <li> <img src="dish2.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥60</span> </li> <li> <img src="dish3.jpg" alt="菜品图片"> <h3>菜品名称</h3> <p>菜品描述</p> <span class="price">¥70</span> </li> </ul> </section> <section class="order-form"> <h2>下单</h2> <form> <label for="name">姓名</label> <input type="text" id="name"> <label for="phone">电话</label> <input type="tel" id="phone"> <label for="address">地址</label> <input type="text" id="address"> <label for="dish">菜品</label> <select id="dish"> <option value="1">菜品1</option> <option value="2">菜品2</option> <option value="3">菜品3</option> </select> <button type="submit">提交订单</button> </form> </section> <div class="ad"> <img src="ad.jpg" alt="广告图片"> </div> <footer> <p>©2021 外卖订餐网站. All Rights Reserved.</p> </footer> </body> </html> CSS 代码: /* 左边导航栏样式 */ .left-nav { position: fixed; top: 40%; left: 0; transform: translateY(-50%); width: 100px; text-align: center; } .left-nav ul { list-style: none; margin: 0; padding: 0; } .left-nav li { margin-bottom: 10px; } .left-nav li a { display: block; background-color: #f9f9f9; color: #333; padding: 10px; border-radius: 5px; text-decoration: none; } .left-nav li a:hover { background-color: #333; color: #fff; } /* 广告浮动窗口样式 */ .ad { position: fixed; top: 50%; right: 10px; transform: translateY(-50%); } .ad img { display: block; width: 200px; height: 200px; border-radius: 50%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值