Skip to content

How to customize the brainpy.nn.Node feedforward output when it relies on the feedback inputs? #97

@chaoming0625

Description

@chaoming0625

Currently, brainpy.nn.Node initialize the feedforward connections, and feedback connections in two separate functions:

  • init_ff()
  • init_fb()

When implementing init_ff() function, we do not know the feedback information. However, once the feedbacks are sources to initialize the node feedforward output, we cannot have the correct initialization for this node.

I think there may be some way to change this drawback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions