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的版本。
00
相似问题
sklearn参数搜索部分
回答 1
参数问题?
回答 1