tf.keras set_weights ValueError:Weights for model sequential_1 have not yet been created.

在尝试使用tf.keras的set_weights方法时遇到错误:`ValueError: Weights for model sequential_1 have not yet been created.`。该错误表明模型的权重尚未创建,权重通常在模型首次接收到输入时生成。解决方案是在调用set_weights之前,先无输入地运行一次目标模型(target_model),确保其创建权重。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ValueError: Weights for model sequential_1 have not yet been created. Weights are created when the Model is first called on inputs or `build()` is called with an `input_shape`.

ValueError: Weights for model sequential_1 have not yet been created. Weights are created when the Model is first called on inputs or build() is called with an input_shape.
它说模型没创建权重,权重是模型首次调用的时候创建的。

报错的是这句:

self.target_model.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值