Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual ports cannot be executed #185

Closed
2 of 7 tasks
mathisrichter opened this issue Feb 17, 2022 · 0 comments
Closed
2 of 7 tasks

Virtual ports cannot be executed #185

mathisrichter opened this issue Feb 17, 2022 · 0 comments
Assignees
Labels
1-feature New feature request

Comments

@mathisrichter
Copy link
Contributor

Objective of issue: Virtual port implementation is currently missing

Lava version:

  • 0.3.0 (feature release)
  • 0.2.1 (bug fixes)
  • 0.2.0 (current version)
  • 0.1.2

I'm submitting a ...

  • bug report
  • feature request
  • documentation request

Current behavior:

  • Virtual ports can be set up and compiled but the networks cannot be executed.

Expected behavior:

  • Networks with virtual ports should be executable.

Steps to reproduce:

Related code:

lif1 = LIF(shape=(2, 3, 4))
lif2 = LIF(shape=(24,))
lif1.s_out.flatten().connect(lif2.a_in)

Other information:

insert the output from lava debug here
@mathisrichter mathisrichter added the 1-feature New feature request label Feb 17, 2022
@mathisrichter mathisrichter self-assigned this Feb 17, 2022
@mathisrichter mathisrichter changed the title Virtual port implementation Virtual ports cannot be executed Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant