Skip to content

Problem in the transient #13

@verzep

Description

@verzep

Hi,

at first, I'd like to thank you for the nice code.

I think I found a small error at line 188:

transient = min(int(inputs.shape[1] / 10), 100)

this is always 0 (for 1-dimensional inputs) as the time the dimension in the inputs is the 0-th one. So I think it should be 0 instead of 1.

The funny thing is that the performance gets worse if you introduce a transient. This is weird.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions