Skip to content

RNN layer to skip certain time steps (like Masking layer in keras) #644

@kota7

Description

@kota7

Is there a way to let an RNN layer to skip certain time steps? Possible use cases will be

  • Sequences contain missing values, which should be skipped
  • Sequences within a batch have different length, so want to skip time steps after the lengths

In keras, this is achieved by inserting Masking layer before recurrent layers.

Is there a way to do the same on Flux?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions