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
Currently we generate each of the num_filter_banks weights by a loop, and we run sample_H for each of them.
num_filter_banks
gconv/gconv/gnn/kernels/kernel.py
Lines 487 to 508 in 220c2a4
This probably can be vectorized, like in the relaxed lifting example:
Lines 267 to 277 in 220c2a4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently we generate each of the
num_filter_banks
weights by a loop, and we run sample_H for each of them.gconv/gconv/gnn/kernels/kernel.py
Lines 487 to 508 in 220c2a4
This probably can be vectorized, like in the relaxed lifting example:
gconv/gconv/gnn/kernels/kernel.py
Lines 267 to 277 in 220c2a4
Tasks
The text was updated successfully, but these errors were encountered: