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

Ability to permute PyPort #158

Closed
2 of 7 tasks
bamsumit opened this issue Jan 7, 2022 · 2 comments
Closed
2 of 7 tasks

Ability to permute PyPort #158

bamsumit opened this issue Jan 7, 2022 · 2 comments
Assignees
Labels
1-feature New feature request

Comments

@bamsumit
Copy link
Contributor

bamsumit commented Jan 7, 2022

Objective of issue:
Implement Lava PyPort permute. This is typically need in CNN architectures to transition form convolution layer to dense.

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:

Feature not available

Expected behavior:

  • NA

Steps to reproduce:

  • NA

Related code:

# expected implementation
out_port.permute([2, 1, 0]).connect(in_port)

Other information:

None
@bamsumit bamsumit added the 1-feature New feature request label Jan 7, 2022
@bamsumit bamsumit self-assigned this Jan 26, 2022
@mgkwill mgkwill linked a pull request Mar 9, 2022 that will close this issue
16 tasks
@mgkwill
Copy link
Contributor

mgkwill commented Mar 9, 2022

@bamsumit is this still a todo? I thought someone submitted a patch for this?

@bamsumit
Copy link
Contributor Author

It's done.

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

2 participants