8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

提供的权重数据没有目标变量:sequence/conv2d/kernel

Ketoketo 2月前

19 0

我正在构建一个在浏览器上使用面部情绪识别系统的网站。我在 tensorflow 中构建并训练了一个 CNN 模型,并将其转换为 tensorflow.js。然而,在加载模型时,我

我正在构建一个在浏览器上使用面部情绪识别系统的网站。我在 tensorflow 中构建并训练了一个 CNN 模型,并将其转换为 tensorflow.js。然而,在加载模型时,我一直收到错误,

未捕获(承诺中)错误:提供的权重数据没有目标变量:sequence/conv2d/kernel

在网上阅读了一些建议后,我尝试使用 TensorFlow 版本 2.15.0 而不是 2.16.0,但没有成功。我甚至仔细检查了 model.json 文件中权重的名称,发现这些名称与我的模型的权重名称完全相同。这是我的 model.json 文件中的 weightsManifest 块

{"weightsManifest": [{"paths": ["group1-shard1of3.bin", "group1-shard2of3.bin", "group1-shard3of3.bin"], "weights": [{"name": "sequential/conv2d/kernel", "shape": [3, 3, 1, 32], "dtype": "float32"}, {"name": "sequential/conv2d/bias", "shape": [32], "dtype": "float32"}, {"name": "sequential/conv2d_1/kernel", "shape": [3, 3, 32, 64], "dtype": "float32"}, {"name": "sequential/conv2d_1/bias", "shape": [64], "dtype": "float32"}, {"name": "sequential/conv2d_2/kernel", "shape": [3, 3, 64, 128], "dtype": "float32"}, {"name": "sequential/conv2d_2/bias", "shape": [128], "dtype": "float32"}, {"name": "sequential/conv2d_3/kernel", "shape": [3, 3, 128, 128], "dtype": "float32"}, {"name": "sequential/conv2d_3/bias", "shape": [128], "dtype": "float32"}, {"name": "sequential/dense/kernel", "shape": [2048, 1024], "dtype": "float32"}, {"name": "sequential/dense/bias", "shape": [1024], "dtype": "float32"}, {"name": "sequential/dense_1/kernel", "shape": [1024, 7], "dtype": "float32"}, {"name": "sequential/dense_1/bias", "shape": [7], "dtype": "float32"}]}]}
帖子版权声明 1、本帖标题:提供的权重数据没有目标变量:sequence/conv2d/kernel
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由Ketoketo在本站《tensorflow》版块原创发布, 转载请注明出处!
最新回复 (0)
返回
作者最近主题: