stateful参数

来源:7-10 LSTM文本分类与文本生成实战

慕云19

2019-09-17

ValueError: If a RNN is stateful, it needs to know its batch size. Specify the batch size of your input tensors: 
- If using a Sequential model, specify the batch size by passing a `batch_input_shape` argument to your first layer.
- If using the functional API, specify the batch size by passing a `batch_shape` argument to your Input layer.

老师,加上stateful参数后报错,在lstm里面加上batch_size还是会报错。

写回答

1回答

正十七

2019-09-18

同学你好,你可以用我们git里的代码试试看有什么不一样,然后如果还有问题,告诉我一下你用的tf的版本。

0
0

Google老师亲授 TensorFlow2.0 入门到进阶

Tensorflow2.0实战—以实战促理论的方式学习深度学习

1849 学习 · 896 问题

查看课程