Skip to content

AttributeError: 'ConvLSTMLayer' object has no attribute 'initial_state'? #664

@dengyueyun666

Description

@dengyueyun666

In ConvLSTMLayer, there is a parameter named 'initial_state'.
When initial_state = None, it works.
When initial_state = previous_ConvLSTMLayer.final_state, it reports this error.

I think the source code in ConvLSTMLayer does not handle well the situation when initial_state is not None

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions