We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Objective of issue: Implement Lava PyPort permute. This is typically need in CNN architectures to transition form convolution layer to dense.
Lava version:
I'm submitting a ...
Current behavior:
Feature not available
Expected behavior:
Steps to reproduce:
Related code:
# expected implementation out_port.permute([2, 1, 0]).connect(in_port)
Other information:
None
The text was updated successfully, but these errors were encountered:
@bamsumit is this still a todo? I thought someone submitted a patch for this?
Sorry, something went wrong.
It's done.
bamsumit
No branches or pull requests
Objective of issue:
Implement Lava PyPort permute. This is typically need in CNN architectures to transition form convolution layer to dense.
Lava version:
I'm submitting a ...
Current behavior:
Feature not available
Expected behavior:
Steps to reproduce:
Related code:
Other information:
The text was updated successfully, but these errors were encountered: